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/12/27 21:54:18 UTC

svn commit: r1776208 - /maven/plugins/trunk/pom.xml

Author: schulte
Date: Tue Dec 27 21:54:18 2016
New Revision: 1776208

URL: http://svn.apache.org/viewvc?rev=1776208&view=rev
Log:
[MANT-86] Retire the plugin

o Removed the plugin form the aggregator POM. It is on its way to get
  retired and currently produces IT failures on Jenkins. Fixing ITs
  for a plugin getting retired makes no sense.


Modified:
    maven/plugins/trunk/pom.xml

Modified: maven/plugins/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/pom.xml?rev=1776208&r1=1776207&r2=1776208&view=diff
==============================================================================
--- maven/plugins/trunk/pom.xml (original)
+++ maven/plugins/trunk/pom.xml Tue Dec 27 21:54:18 2016
@@ -56,7 +56,10 @@ under the License.
 
   <modules>
     <module>maven-acr-plugin</module>
+    <!--
+    MANT-86 Retire the plugin
     <module>maven-ant-plugin</module>
+    -->
     <module>maven-antrun-plugin</module>
 
     <!-- HACK: Deliberately put before other plugins that employ maven-antrun-plugin to workaround MNG-1323 -->