Ok, that works the way I want... with 4 eclipse projects and only 3 real ones.
Now, I'm looking for the best way to use maven profiles with my new project organisation.. I just wanna create 2 profiles, developpement and production, for each project. The production profile will have to package using src/main/resources-prod directory, and thes developpements one will package with the src/main/resources-dev directory.. In wich pom file should I create those profiles ? in the aggreagating project ? Wher should I put the resources directories ?? thanks for your help. Jeremy -- View this message in context: http://maven.40175.n5.nabble.com/Eclipse-multi-module-project-with-maven-tp3256822p3258363.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
