Re: [M1] Defining multiple source directories for a given maven module

2006-01-19 Thread Afkham Azeez
Hi Folks, Isn't maven 1 supported or used anymore? On 1/16/06, Afkham Azeez [EMAIL PROTECTED] wrote: Hi Folks, I have a project with multiple maven modules. In one of these modules, there are 2 different source directories. When these module is compiled, I need maven to compile both these

Re: [M1] Defining multiple source directories for a given maven module

2006-01-19 Thread Arnaud HERITIER
It's supported by few people In theory it's better to create a different project for your samples If you don't want to / cannot do it, you can use the maven:addPath in a pregoal ant:path id=myCustomPath location=${basedir}/samples/src/ maven:addPath

[M1] Defining multiple source directories for a given maven module

2006-01-16 Thread Afkham Azeez
Hi Folks, I have a project with multiple maven modules. In one of these modules, there are 2 different source directories. When these module is compiled, I need maven to compile both these sources for this module. In the project.xml the sourceDirectorysrc/sourceDirectory element can only be used