[ https://jira.codehaus.org/browse/SUREFIRE-595?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tibor Digana updated SUREFIRE-595: ---------------------------------- Assignee: (was: Tibor Digana) > Add surefire:force-test mojo to postpone tests > ---------------------------------------------- > > Key: SUREFIRE-595 > URL: https://jira.codehaus.org/browse/SUREFIRE-595 > Project: Maven Surefire > Issue Type: New Feature > Components: Maven Surefire Plugin > Reporter: Dan Fabulich > > The standard lifecycle does all testing before installing artifacts in the > local repository. When running our experimental concurrent Maven, we find > that doing compiling/packaging/installing before testing can promote better > concurrency. > It would be helpful to have a surefire:force-test mojo, which simply extends > the standard mojo but ignores the -DskipTests and -Dmaven.test.skip > properties. That way, you could run the build like this: > mvn install -DskipTests surefire:force-test > The tests would be skipped during the install lifecycle, and then run > separately at the end of the build. -- This message was sent by Atlassian JIRA (v6.1.6#6162)