And to set the test directory:
<unitTestSourceDirectory>${basedir}/test</unitTestSourceDirectory>These are both documented at: http://maven.apache.org/reference/project-descriptor.html#build
Randy Xu wrote:
I'm not the expert on Maven here so I could be wrong but wouldn't the following work?
<sourceDirectory>${basedir}/src</sourceDirectory>
-Randy
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]
-- Steven Caswell [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
Get Firefox <http://www.spreadfirefox.com/?q=affiliates&id=0&t=1>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
