[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/96630be4
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/96630be4
Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/96630be4

Branch: refs/heads/jigsaw
Commit: 96630be42ef7cd7b108883b3b2ab913e548c368e
Parents: d0d5303
Author: Christian Schulte <schu...@apache.org>
Authored: Wed Jun 29 04:04:36 2016 +0200
Committer: Christian Schulte <schu...@apache.org>
Committed: Wed Jun 29 04:04:36 2016 +0200

----------------------------------------------------------------------
 .../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/96630be4/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 d1ccd1f..cc55dac 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
@@ -76,28 +76,6 @@ under the License.
         <filtering>true</filtering>
       </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.8</version>
-        </plugin>
-        <plugin>
-          <artifactId>maven-assembly-plugin</artifactId>
-          <version>2.6</version>
-        </plugin>
-        <plugin>
-          <artifactId>maven-dependency-plugin</artifactId>
-          <version>2.10</version>
-        </plugin>
-        <plugin>
-          <artifactId>maven-release-plugin</artifactId>
-          <version>2.5.3</version>
-        </plugin>
-      </plugins>
-    </pluginManagement>
   </build>
 
   <reporting>

Reply via email to