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]



Reply via email to