Re: Multiple source tree in maven 2

2008-03-15 Thread Stephen Connolly
have a look at the buildhelper-maven-plugin at org.codehaus.mojo it has the ability to add multiple source paths the "right" way rather than your hack Sent from my iPod On 15 Mar 2008, at 16:55, "Cyril Ledru" <[EMAIL PROTECTED]> wrote: Hi, I had this problem earlier trying to migrate from

Re: Multiple source tree in maven 2

2008-03-15 Thread Cyril Ledru
Hi, I had this problem earlier trying to migrate from ant. I had sources in src/java and src/util. What I did is put the to src and put includes and excludes in the maven-compiler-plugin configuration. So for you it would be modules in sourceDirectory and then x/src/**/*.java y/src/**/*.j

Multiple source tree in maven 2

2008-03-15 Thread david.delbecq
Hello, am trying to mavenize an existing ant based projet. One of the caracteristics of the project is it's source tree organization modules/x/src/... modules/y/src/... modules/z/src/... I thought first of using maven modules for this, but the dependency graph makes it impossible (x depends