Hi,
you can set that properties in the build section of your pom:

  <build>
        <sourceDirectory>../src</sourceDirectory>
        <testSourceDirectory>../test</testSourceDirectory>

See http://maven.apache.org/general.html#dir-struct

Greetings

Giancarlo

2007/8/29, Hemant Ved <[EMAIL PROTECTED]>:
> Hi
>
> Maven expects the Source code in src/main/java , however RAD expects all the
> ejb java files to be present in ejbModule.
> Can I change the directory structure in Maven from src/main/java  to
> ejbModule? If yes, can anyone guide me on how can i do that?
>
>
> Thanks and Regards
> Hemant Ved
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to