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

Configuration Property Lost In Join of PluginManagement/Plugin

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.0-alpha-2
    • 3.0-alpha-3
    • None
    • None

    Description

      If a pluginManagement section contains an execution/configuration/<property>, and is joined with a plugin, then one only property is retained. For example:

      <fileset dir="${basedir}">
      <include name="LICENSE.txt" />
      <include name="NOTICE.txt" />
      </fileset>

      becomes:
      <fileset dir="${basedir}">
      <include name="LICENSE.txt" />
      </fileset>

      Attachments

        Issue Links

          Activity

            People

              sisbell Britton Isbell
              sisbell Britton Isbell
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: