Can you reach the age of 100 without ever being 99?
You must find your solution in the plugin bound to the verify-phase.
A strategy could be to make add a profile with the ITs.
<profile>
<id>run-its</id>
</profile>
If you want it to be executed by default, add this kind of activation:
<activation>
<property>
<name>skipTests</name>
<value>!true</value>
</property>
</activation>
So mvn install -DskipTests=true will indeed skip the tests
Otherwise activate it by id (that is: -Prun-its)
Robert
On Sat, 06 Oct 2012 12:44:36 +0200 Rob Withers <reefed...@gmail.com> wrote:
As the subject asks: can I run mvn install with a no verify flag to skip
the
verify phase?
Thanks,
Rob
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org