You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Shane Isbell (JIRA)" <ji...@codehaus.org> on 2009/03/23 16:08:12 UTC

[jira] Closed: (MNG-4053) [regression] XML attributes in plugin configuration get duplicated to other elements in combination with plugin management

     [ http://jira.codehaus.org/browse/MNG-4053?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shane Isbell closed MNG-4053.
-----------------------------

    Resolution: Fixed

> [regression] XML attributes in plugin configuration get duplicated to other elements in combination with plugin management
> --------------------------------------------------------------------------------------------------------------------------
>
>                 Key: MNG-4053
>                 URL: http://jira.codehaus.org/browse/MNG-4053
>             Project: Maven 2
>          Issue Type: Bug
>          Components: Inheritance and Interpolation
>    Affects Versions: 3.0-alpha-3
>            Reporter: Benjamin Bentmann
>             Fix For: 3.0-alpha-3
>
>
> Running "mvn help:effective-pom -P emma" on our core-it-suite/pom.xml delivers
> {code:xml}
> <configuration>
>   <tasks>
>     <delete dir="M:\maven\core-it\core-it-suite/target/distro" />
>     <copy todir="M:\maven\core-it\core-it-suite/target/distro" overwrite="true">
>       <fileset todir="M:\maven\core-it\core-it-suite/target/distro" dir="M:\am\3.0\bin\.." overwrite="true"/>
>     </copy>
>   </tasks>
> </configuration>
> {code}
> Note that the {{todir}} and {{overwrite}} attribute in {{<fileset>}} got copied from {{<copy>}}.

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