[regression] Direct CLI invocation of goal causes "default-cli" config to be 
processed twice, duplicating list values
---------------------------------------------------------------------------------------------------------------------

                 Key: MNG-4280
                 URL: http://jira.codehaus.org/browse/MNG-4280
             Project: Maven 2
          Issue Type: Bug
          Components: Plugins and Lifecycle
    Affects Versions: 3.0-alpha-3
            Reporter: Benjamin Bentmann


As per MNG-3401, goals invoked from the CLI can also be configured by an 
execution with the well-known "default-cli":
{noformat}
<execution>
  <id>default-cli</id>
  <configuration>
    <stringParams combine.children="append">
      <stringParam>CHILD-1</stringParam>
      <stringParam>CHILD-3</stringParam>
      <stringParam>CHILD-2</stringParam>
    </stringParams>
  </configuration>
</execution>
{noformat}

Trunk currently processes this config twice, thereby duplicating elements with 
{{combine.children="append"}}, i.e. the {{stringParams}} list ends up with six 
instead of three elements.

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