[regression] XML attributes in profile-injected plugin configuration get 
duplicated to other elements
-----------------------------------------------------------------------------------------------------

                 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


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

        

Reply via email to