[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


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