You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Benjamin Bentmann (JIRA)" <ji...@codehaus.org> on 2009/03/10 20:35:12 UTC

[jira] Closed: (MNG-3947) [regression] Configuration of plugin execution with id "default" pollutes configuration of standalone plugin execution from CLI

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

Benjamin Bentmann closed MNG-3947.
----------------------------------

         Assignee: Benjamin Bentmann
       Resolution: Fixed
    Fix Version/s:     (was: 3.0-alpha-4)
                   3.0-alpha-3

Fixed in [r752224|http://svn.eu.apache.org/viewvc?view=rev&revision=752224].

> [regression] Configuration of plugin execution with id "default" pollutes configuration of standalone plugin execution from CLI
> -------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: MNG-3947
>                 URL: http://jira.codehaus.org/browse/MNG-3947
>             Project: Maven 2
>          Issue Type: Bug
>          Components: Plugins and Lifecycle
>    Affects Versions: 3.0-alpha-1
>            Reporter: Benjamin Bentmann
>            Assignee: Benjamin Bentmann
>            Priority: Minor
>             Fix For: 3.0-alpha-3
>
>
> Something like
> {code:xml}
> <execution>
>   <id>default</id>
>   <configuration>
>     <foo>bar</foo>
>   </configuration>
> </execution>
> {code}
> affects the configuration of standalone goal executions from the CLI, e.g. {{prefix:goal}} will pick up {{foo=bar}} from the configuration for the POM execution. In contrast, Maven 2.x configures CLI goals only from {{<plugin>/<configuration>}} and never from {{<execution>/<configuration>}}.

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