[ 
https://jira.codehaus.org/browse/SUREFIRE-595?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tibor Digana closed SUREFIRE-595.
---------------------------------

    Resolution: Not A Bug

Closed upon the discussion
http://maven.40175.n5.nabble.com/SUREFIRE-List-of-simple-issues-to-fix-td5814089.html

> 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
>            Assignee: Tibor Digana
>
> 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)

Reply via email to