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/11/09 21:13:13 UTC

[jira] Issue Comment Edited: (MNG-3827) Order of collection-valued plugin configuration parameters is reversed

    [ http://jira.codehaus.org/browse/MNG-3827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=153605#action_153605 ] 

bentmann edited comment on MNG-3827 at 11/9/08 2:11 PM:
-----------------------------------------------------------------

This is funny: {{pom-bad.xml}} fails as described, i.e. both the console output and {{help:effective-pom}} show the ordering is wrong. But as soon as I flip over to the IT plugin in {{pom-good.xml}}, {{help:effective-pom}} shows the correct ordering....

      was (Author: bentmann):
    This is funny: {{pom-bad.xml}} fails as described, i.e. both the console output and {{help:effective-pom}} show the ordering is wrong. But as soon as I flip over to the IT plugin, {{help:effective-pom}} shows the correct ordering....
  
> Order of collection-valued plugin configuration parameters is reversed
> ----------------------------------------------------------------------
>
>                 Key: MNG-3827
>                 URL: http://jira.codehaus.org/browse/MNG-3827
>             Project: Maven 2
>          Issue Type: Bug
>          Components: Plugins and Lifecycle, POM
>    Affects Versions: 3.0-alpha-1
>            Reporter: Benjamin Bentmann
>         Attachments: pom-bad.xml, pom-good.xml
>
>
> For instance, the POM snippet
> {code:xml}
> <plugin>
>   <artifactId>maven-antrun-plugin</artifactId>
>   <version>1.3</version>
>   <configuration>
>     <tasks>
>       <echo>one</echo>
>       <echo>two</echo>
>       <echo>three</echo>
>     </tasks>
>   </configuration>
> </plugin>
> {code}
> yields the output
> {noformat}
> [INFO] [antrun:run]
> [INFO] Executing tasks
>      [echo] three
>      [echo] two
>      [echo] one
> {noformat}

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