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

Remove super POM plugin management section

    XMLWordPrintableJSON

Details

    • Task
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 3.0-alpha-1, 3.3.9, 3.6.3
    • 4.0.0-alpha-2, 4.0.0
    • None
    • None

    Description

      The super POM contains various plugins in the plugin management not part of any default lifecycle. These should be removed from the super POM.

      see http://maven.apache.org/ref/3.5.2/maven-model-builder/super-pom.html

          <pluginManagement>
            <!-- NOTE: These plugins will be removed from future versions of the super POM -->
            <!-- They are kept for the moment as they are very unlikely to conflict with lifecycle mappings (MNG-4453) -->
            <plugins>
              <plugin>
                <artifactId>maven-antrun-plugin</artifactId>
                <version>1.3</version>
              </plugin>
              <plugin>
                <artifactId>maven-assembly-plugin</artifactId>
                <version>2.2-beta-5</version>
              </plugin>
              <plugin>
                <artifactId>maven-dependency-plugin</artifactId>
                <version>2.8</version>
              </plugin>
              <plugin>
                <artifactId>maven-release-plugin</artifactId>
                <version>2.5.3</version>
              </plugin>
            </plugins>
          </pluginManagement>

      or http://svn.apache.org/viewvc/maven/maven-3/tags/maven-3.0/maven-model-builder/src/main/resources/org/apache/maven/model/pom-4.0.0.xml?revision=1004205&view=markup

      Attachments

        Issue Links

          Activity

            People

              michael-o Michael Osipov
              schulte77 Christian Schulte
              Votes:
              3 Vote for this issue
              Watchers:
              8 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: