You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Paul Gier (JIRA)" <ji...@codehaus.org> on 2008/11/07 22:12:13 UTC

[jira] Created: (MNG-3824) The default plugin execution should be configurable through a plugin execution config.

The default plugin execution should be configurable through a plugin execution config.
--------------------------------------------------------------------------------------

                 Key: MNG-3824
                 URL: http://jira.codehaus.org/browse/MNG-3824
             Project: Maven 2
          Issue Type: Improvement
          Components: Plugins and Lifecycle
            Reporter: Paul Gier
         Attachments: maven-core-MojoExectution-r712253.patch

Currently the only way to configure the default plugin executions is from the main plugin configuration section.
{code:xml} 
<plugin>
  <artifactId>maven-jar-plugin</artifactId>
  <configuration>
    <some-config>true</some-config>
  </configuration>
</plugin>
{code}

This can become messy when multiple exeuctions of one of the default plugins are desired, because some configuration may only apply to the default execution instead of applying to all the executions.

-- 
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-3824) The default plugin execution should be configurable through a plugin execution config.

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

Paul Gier closed MNG-3824.
--------------------------

    Resolution: Duplicate

> The default plugin execution should be configurable through a plugin execution config.
> --------------------------------------------------------------------------------------
>
>                 Key: MNG-3824
>                 URL: http://jira.codehaus.org/browse/MNG-3824
>             Project: Maven 2
>          Issue Type: Improvement
>          Components: Plugins and Lifecycle
>            Reporter: Paul Gier
>         Attachments: maven-core-MojoExectution-r712253.patch
>
>
> Currently the only way to configure the default plugin executions is from the main plugin configuration section.
> {code:xml} 
> <plugin>
>   <artifactId>maven-jar-plugin</artifactId>
>   <configuration>
>     <some-config>true</some-config>
>   </configuration>
> </plugin>
> {code}
> This can become messy when multiple exeuctions of one of the default plugins are desired, because some configuration may only apply to the default execution instead of applying to all the executions.

-- 
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