Skip phase ---------- Key: MNG-3322 URL: http://jira.codehaus.org/browse/MNG-3322 Project: Maven 2 Issue Type: New Feature Components: Command Line Affects Versions: 2.0.8 Reporter: Paul Gier
It would be helpful to be able to skip certain phases of execution. Similar to the way that the tests can be skipped with "maven.test.skip". I would like this to be generalized to skip any phase, so you could have something like: mvn -Dskip.phase=test-compile,process-test-classes,test All plugins in each of the phases in the comma separated list would be skipped during the build process. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira