[ http://jira.codehaus.org/browse/MNG-3321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=253778#action_253778 ]
Kristian Rosenvold commented on MNG-3321: ----------------------------------------- I'm leaving this issue assigned to "3.1", and requesting that interested parties attach use cases to this issue. The dev list discussion is at http://mail-archives.apache.org/mod_mbox/maven-dev/201101.mbox/%3CAANLkTi=djx9q-qed+sq2-41y-ik0g4cj0ehlalmon...@mail.gmail.com%3E and http://mail-archives.apache.org/mod_mbox/maven-dev/201102.mbox/%3caanlktikdje+fld4k-0s1-r-f9mhsk-vdqnygf57qk...@mail.gmail.com%3E > Skip plugin and/or execution > ---------------------------- > > Key: MNG-3321 > URL: http://jira.codehaus.org/browse/MNG-3321 > Project: Maven 2 & 3 > Issue Type: New Feature > Components: Command Line > Affects Versions: 2.0.8 > Reporter: Paul Gier > Fix For: 3.1 > > Attachments: MNG-3321-core-integration-testing.patch, > MNG-3321-maven-core.patch, MNG-3321-maven-core.patch > > > Add ability to skip the execution of certain plugins. From the command line > this could look something like: > {code} mvn -Dskip.plugin:org.apache.maven.plugins:maven-surefire-plugin > install {code} > Also useful would be the ability to skip individual executions of a plugin. > For example, if the surefire plugin had two executions defined as "ex1" and > "ex2", you could do something like this: > {code} mvn -Dskip.plugin:org.apache.maven.plugins:maven-surefire-plugin:ex1 > install {code} > This would skip ex1 but still run ex2. -- 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