Using a project name different than the artifactId in eclipse-plugin

2008-05-05 Thread Cyril Ledru
Hi all, I have a problem with the maven-eclipse-plugin. I have a multi module architecture and two of my projects don't have a name (eclipse wise) equal to their artifactId. When I execute mvn eclipse:eclipse, the projects referencing those two really reference projects named after the artifactId

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