You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sc...@apache.org on 2016/06/29 03:25:22 UTC

[2/7] maven git commit: [MNG-6054] Removal of super pom plugin management.

[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/MNG-6006
Commit: 96630be42ef7cd7b108883b3b2ab913e548c368e
Parents: d0d5303
Author: Christian Schulte <sc...@apache.org>
Authored: Wed Jun 29 04:04:36 2016 +0200
Committer: Christian Schulte <sc...@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>