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:26:13 UTC

[jira] Commented: (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=153607#action_153607 ] 

Benjamin Bentmann commented on MNG-3827:
----------------------------------------

OK, it requires the usage of {{<pluginManagement>}} to exhibit the bug which applies to AntRun which is part of the super POM. IT is up.

> 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