You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Elliotte Rusty Harold (Jira)" <ji...@apache.org> on 2020/07/01 16:53:00 UTC

[jira] [Commented] (MNG-6054) Remove super POM plugin management section

    [ https://issues.apache.org/jira/browse/MNG-6054?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17149555#comment-17149555 ] 

Elliotte Rusty Harold commented on MNG-6054:
--------------------------------------------

I propose we go ahead and remove all but  maven-dependency-plugin for now. 

> 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.0-alpha-1, 3.3.9, 3.6.3
>            Reporter: Christian Schulte
>            Priority: Minor
>             Fix For: 4.0.x-candidate, 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}
> 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



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