Uploaded image for project: 'Maven'
  1. Maven
  2. MNG-4053

[regression] XML attributes in plugin configuration get duplicated to other elements in combination with plugin management

    XMLWordPrintableJSON

Details

    Description

      Running "mvn help:effective-pom -P emma" on our core-it-suite/pom.xml delivers

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

      Note that the todir and overwrite attribute in <fileset> got copied from <copy>.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              bentmann Benjamin Bentmann
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: