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

Stephen Connolly updated MNG-3321:
----------------------------------

    Fix Version/s:     (was: 3.2)
                   Issues to be reviewed for 4.x
    
> Skip plugin and/or execution
> ----------------------------
>
>                 Key: MNG-3321
>                 URL: https://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: Issues to be reviewed for 4.x
>
>         Attachments: MNG-3321-core-integration-testing.patch, 
> MNG-3321-core-integration-testing.patch, MNG-3321-maven-core.patch, 
> MNG-3321-maven-core.patch, MNG-3321-maven-core.patch, 
> MNG-3321-maven-model.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, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to