You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Yegor Bugayenko (JIRA)" <ji...@codehaus.org> on 2011/01/10 11:45:57 UTC

[jira] Created: (MNG-4968) option for a plugin

<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

        

[jira] Closed: (MNG-4968) option for a plugin

Posted by "Benjamin Bentmann (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-4968?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benjamin Bentmann closed MNG-4968.
----------------------------------

    Resolution: Duplicate
      Assignee: Benjamin Bentmann

> <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
>            Assignee: Benjamin Bentmann
>
> 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