RE: Profile activation/deactivation

2008-05-14 Thread Bernhard David
Hello, here's a suggestion Re. point 2 > 2. Should default profiles be automatically deactivated if another profile is > activated? I don't think the current behaviour should be changed in 2.0.x, but > for 2.1 I think it's worth considering leaving default profiles active unless > explicitly

RE: Multiple -P options

2008-04-28 Thread Bernhard David
Hello, well there's "mvn help:active-profiles" for the active ones already - A debugging option would be good too. On the topic of profiles: I'd find it useful to have "-Pprofile" work as usual, but "-P+profile" to add "profile" to the active profiles *without* preventing the default ones from be

Order of plugin execution

2008-04-16 Thread Bernhard David
Hello, I'm trying to use the cargo plugin to start a container and then deploy to it. In maven 2.0.9, this works : org.codehaus.cargo cargo-maven2-plugin start-container-and-deploy pre-integration-test start