We\'ve had an ongoing need here that I can\'t figure out how to address using the stock Maven 2 tools and documentation.
Some of our developers have some very long runni
Normally you would add a profile to your maven configuration that runs a different set of tests:
run this with mvn -Pintegrationtest install
integrationtest
org.apache.maven.plugins
maven-surefire-plugin
-client -Xmx896m -XX:MaxPermSize=192m
once
**/**/*Test.java
**/**/*IntTest.java
**/**/*SeleniumTest.java
integrationtest