You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2014/03/24 21:19:11 UTC

svn commit: r1581034 - in /maven/plugins/trunk/maven-reactor-plugin: pom.xml src/site/apt/index.apt.vm

Author: khmarbaise
Date: Mon Mar 24 20:19:11 2014
New Revision: 1581034

URL: http://svn.apache.org/r1581034
Log:
[MREACTOR-23]
 - This is the final change on the plugin. This
   Plugin is retired.

Modified:
    maven/plugins/trunk/maven-reactor-plugin/pom.xml
    maven/plugins/trunk/maven-reactor-plugin/src/site/apt/index.apt.vm

Modified: maven/plugins/trunk/maven-reactor-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-reactor-plugin/pom.xml?rev=1581034&r1=1581033&r2=1581034&view=diff
==============================================================================
--- maven/plugins/trunk/maven-reactor-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-reactor-plugin/pom.xml Mon Mar 24 20:19:11 2014
@@ -33,7 +33,7 @@ under the License.
   <version>1.1-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
 
-  <name>Apache Maven Reactor Plugin</name>
+  <name>Apache Maven Reactor Plugin (RETIRED)</name>
   <description>Build a subset of interdependent projects in a reactor</description>
 
   <developers>

Modified: maven/plugins/trunk/maven-reactor-plugin/src/site/apt/index.apt.vm
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-reactor-plugin/src/site/apt/index.apt.vm?rev=1581034&r1=1581033&r2=1581034&view=diff
==============================================================================
--- maven/plugins/trunk/maven-reactor-plugin/src/site/apt/index.apt.vm (original)
+++ maven/plugins/trunk/maven-reactor-plugin/src/site/apt/index.apt.vm Mon Mar 24 20:19:11 2014
@@ -25,6 +25,15 @@
 
 ${project.name}
 
++----
+
+THIS PLUGIN IS RETIRED. IT IS NO LONGER MAINTAINED.
+THIS PLUGIN IS RETIRED. IT IS NO LONGER MAINTAINED.
+THIS PLUGIN IS RETIRED. IT IS NO LONGER MAINTAINED.
+THIS PLUGIN IS RETIRED. IT IS NO LONGER MAINTAINED.
+
++----
+
  This plugin can build a subset of interdependent projects in a
  reactor.  It should be useful in large reactor builds that include
  irrelevant stuff you're not working on.