Re: surefire insists on running in release:prepare

2010-12-29 Thread Zac Thompson
On Tue, Dec 21, 2010 at 12:32 PM, Benson Margulies wrote: > 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-pro

surefire insists on running in release:prepare

2010-12-21 Thread Benson Margulies
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 plu