<skip> option for a plugin
--------------------------
Key: MNG-4968
URL: http://jira.codehaus.org/browse/MNG-4968
Project: Maven 2 & 3
Issue Type: New Feature
Components: Plugins and Lifecycle
Affects Versions: 3.0.1
Reporter: Yegor Bugayenko
Would be nice to have a standard {{<skip>}} option for all plugins:
{noformat}
[...]
<build>
<plugins>
<plugin>
<artifactId>...</artifactId>
<groupId>...</groupId>
<skip>true/false</skip> <!-- FALSE by default -->
</plugin>
</plugins>
</build>
{noformat}
Most of plugins now implement this configuration option. Why can't we implement
it just once and enable it automatically in all plugins?
--
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