[MNG-6054] Removal of super pom plugin management.
Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/6cca5643 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/6cca5643 Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/6cca5643 Branch: refs/heads/master Commit: 6cca5643a82bdbe6545895a83bc3f16a0d3b4658 Parents: 0eb1e93 Author: Christian Schulte <schu...@apache.org> Authored: Sat Nov 12 20:20:11 2016 +0100 Committer: Christian Schulte <schu...@apache.org> Committed: Sat Nov 12 20:35:52 2016 +0100 ---------------------------------------------------------------------- .../org/apache/maven/model/pom-4.0.0.xml | 22 -------------------- 1 file changed, 22 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven/blob/6cca5643/maven-model-builder/src/main/resources/org/apache/maven/model/pom-4.0.0.xml ---------------------------------------------------------------------- diff --git a/maven-model-builder/src/main/resources/org/apache/maven/model/pom-4.0.0.xml b/maven-model-builder/src/main/resources/org/apache/maven/model/pom-4.0.0.xml index c9770b0..5ca4ce3 100644 --- a/maven-model-builder/src/main/resources/org/apache/maven/model/pom-4.0.0.xml +++ b/maven-model-builder/src/main/resources/org/apache/maven/model/pom-4.0.0.xml @@ -71,28 +71,6 @@ under the License. <directory>${project.basedir}/src/test/resources</directory> </testResource> </testResources> - <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.3.2</version> - </plugin> - </plugins> - </pluginManagement> </build> <reporting>