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

Jason van Zyl updated MNG-3947:
-------------------------------

    Fix Version/s:     (was: 3.0-alpha-3)
                   3.0-alpha-4

> [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
>            Priority: Minor
>             Fix For: 3.0-alpha-4
>
>
> 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

        

Reply via email to