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 2008/12/30 17:00:19 UTC

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

[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

        

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

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

Brett Porter updated MNG-3947:
------------------------------

    Fix Version/s: 3.0-alpha-3

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

        

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

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

Benjamin Bentmann updated MNG-3947:
-----------------------------------

    Description: 
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>}}.

  was:
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>}}.


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

        

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

Posted by "Benjamin Bentmann (JIRA)" <ji...@codehaus.org>.
     [ 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

        

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

Posted by "Jason van Zyl (JIRA)" <ji...@codehaus.org>.
     [ 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