Hi Doug
Add this in your project.xml
<build>
...
<sourceDirectory>${basedir}/src</sourceDirectory> <unitTestSourceDirectory>${basedir}/test</unitTestSourceDirectory>
...
</build>
Hope it helps Eric.
Doug Knesek wrote:
I want to override where maven looks for project source code. So, rather than this:
|-- project.properties |-- project.xml `-- src |-- java | `-- com `-- test `-- com
I want this:
|-- project.properties |-- project.xml `-- src | `-- com `-- test `-- com
Thanks - Doug
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
