[ 
https://issues.apache.org/jira/browse/MNG-6054?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Herve Boutemy updated MNG-6054:
-------------------------------
    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

{code:xml}    <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>{code}

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


> Remove super POM plugin management section
> ------------------------------------------
>
>                 Key: MNG-6054
>                 URL: https://issues.apache.org/jira/browse/MNG-6054
>             Project: Maven
>          Issue Type: Task
>    Affects Versions: 3.3.9
>            Reporter: Christian Schulte
>            Priority: Trivial
>             Fix For: needing-scrub-3.4.0-fallout
>
>
> 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
> {code:xml}    <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>{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to