Re: Multi modules and profiles

2012-04-21 Thread Stephane-3
/filtering /resource /resources /build /profile And it build just fine. -- View this message in context: http://maven.40175.n5.nabble.com/Multi-modules-and-profiles-tp4732786p5656478.html Sent from the Maven - Users mailing list archive at Nabble.com

Re: Multi modules and profiles

2011-10-17 Thread Stephane-3
modules. -- View this message in context: http://maven.40175.n5.nabble.com/Multi-modules-and-profiles-tp4732786p4908885.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr

Re: Multi modules and profiles

2011-10-08 Thread Stephane-3
-modules-and-profiles-tp4732786p4882403.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: Multi modules and profiles

2011-10-08 Thread Mirko Friedenhagen
that the view child module would not have to bother with them. By maybe there is a better way to go about this issue of separating dependencies concerns by modules.. -- View this message in context: http://maven.40175.n5.nabble.com/Multi-modules-and-profiles-tp4732786p4882403.html Sent from the Maven

Re: Multi modules and profiles

2011-10-08 Thread Mirko Friedenhagen
Stephane I mostly never define dependencies directly in the parent pom but have a dependencyManagement section so versions will not differ between modules. Same goes for plugins and pluginManagement. Maybe you could add something like junit in test scope directly to the parent's dependencies. I

Re: Multi modules and profiles

2011-08-26 Thread Stephane-3
that is found in the core module. So, this mysql-test profile should sit in the core pom file. Otherwise, some of this profile properties would not be found in another view module. -- View this message in context: http://maven.40175.n5.nabble.com/Multi-modules-and-profiles-tp4732786p4737199.html

Re: Multi modules and profiles

2011-08-26 Thread Wayne Fay
The mysql-test profile is to test the dao layer, layer that is found in the core module. So, this mysql-test profile should sit in the core pom file. Otherwise, some of this profile properties would not be found in another view module. So remind us again, what is the problem you are trying

Re: Multi modules and profiles

2011-08-26 Thread Stephen Connolly
I am wondering if the OP is hitting the must have a named profile in the aggregation root that I have observed, but not determined whether it is a bug or a feature. If I have a multi-module project and one module 'web' has a profile called run. mvn -Prun clean install -f web/pom.xml will

Re: Multi modules and profiles

2011-08-25 Thread Anders Hammar
. This should not be present in the other view module that will handle the Presentation. How to have this setup moved into the existing core module ? Thanks. Stephane -- View this message in context: http://maven.40175.n5.nabble.com/Multi-modules-and-profiles-tp4732786p4732786.html Sent

Re: Multi modules and profiles

2011-08-25 Thread Stephane-3
Sorry Anders, I didn't really understand your message goal.. Do you want me to send some pasted content ? -- View this message in context: http://maven.40175.n5.nabble.com/Multi-modules-and-profiles-tp4732786p4733452.html Sent from the Maven - Users mailing list archive at Nabble.com

Re: Multi modules and profiles

2011-08-25 Thread Anders Hammar
? -- View this message in context: http://maven.40175.n5.nabble.com/Multi-modules-and-profiles-tp4732786p4733452.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr

Re: Multi modules and profiles

2011-08-25 Thread Wayne Fay
Sorry Anders, I didn't really understand your message goal.. Do you want me to send some pasted content ? From your original email: Before adding the other view module, I would like to know how I can move some of the content of a profile from the parent pom.xml file into the pom.xml file of

Multi modules and profiles

2011-08-24 Thread Stephane-3
.nabble.com/Multi-modules-and-profiles-tp4732786p4732786.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h