You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Michael Osipov (Jira)" <ji...@apache.org> on 2020/12/23 23:52:02 UTC

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

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

Michael Osipov closed MNG-6054.
-------------------------------
    Fix Version/s:     (was: 4.0.x-candidate)
                       (was: needing-scrub-3.4.0-fallout)
                   4.0.0-alpha-1
                   4.0.0
       Resolution: Fixed

Fixed with [d2adab7bf3c2591c38adde729d11923d4c95052c|https://gitbox.apache.org/repos/asf?p=maven.git;a=commit;h=d2adab7bf3c2591c38adde729d11923d4c95052c].

> 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
>            Assignee: Michael Osipov
>            Priority: Minor
>             Fix For: 4.0.0, 4.0.0-alpha-1
>
>
> 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)