Maven 2.2.1.

I have a profile that turns on skipTests. Mvn -Pthisprofile behaves as expected.

mvn release:prepare --batch-mode -Pthisprofile

goes ahead and runs tests.

mvn --batch-mode help:effective-pom help:active-profiles
release:prepare -Pfastinstall -DdryRun=true

shows no skipTests in pluginManagement, but
<skipTests>true</skipTests> under plugins.

And yet the tests run.

I don't know how to try to diagnose this.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to