[
https://issues.apache.org/jira/browse/MNG-3321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov closed MNG-3321.
-------------------------------
Resolution: Auto Closed
This issue has been auto closed because it has been inactive for a long period
of time. If you think this issue still applies, retest your problem with the
most recent version of Maven and the affected component, reopen and post your
results.
> Skip plugin and/or execution
> ----------------------------
>
> Key: MNG-3321
> URL: https://issues.apache.org/jira/browse/MNG-3321
> Project: Maven
> Issue Type: New Feature
> Components: Command Line
> Affects Versions: 2.0.8
> Reporter: Paul Gier
> Priority: Major
> 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 was sent by Atlassian JIRA
(v7.6.3#76005)