You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by rd...@apache.org on 2009/02/12 00:01:14 UTC

svn commit: r743552 - /incubator/rat/main/trunk/rat/rat-maven-plugin/pom.xml

Author: rdonkin
Date: Wed Feb 11 23:01:13 2009
New Revision: 743552

URL: http://svn.apache.org/viewvc?rev=743552&view=rev
Log:
Need to release the plugin before it can be used to build itself

Modified:
    incubator/rat/main/trunk/rat/rat-maven-plugin/pom.xml

Modified: incubator/rat/main/trunk/rat/rat-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/incubator/rat/main/trunk/rat/rat-maven-plugin/pom.xml?rev=743552&r1=743551&r2=743552&view=diff
==============================================================================
--- incubator/rat/main/trunk/rat/rat-maven-plugin/pom.xml (original)
+++ incubator/rat/main/trunk/rat/rat-maven-plugin/pom.xml Wed Feb 11 23:01:13 2009
@@ -37,6 +37,7 @@
       </resource>
     </resources>
     <plugins>
+    <!-- Comment out once this plugin has been released 
       <plugin>
         <groupId>org.apache.rat</groupId>
         <artifactId>rat-maven-plugin</artifactId>
@@ -50,6 +51,7 @@
           </excludes>
         </configuration>
       </plugin>
+     -->
       <plugin>
         <artifactId>maven-docck-plugin</artifactId>
         <executions>
@@ -107,10 +109,12 @@
   </dependencies>
   <reporting>
     <plugins>
+      <!-- Need to release this first! 
       <plugin>
         <groupId>org.apache.rat</groupId>
         <artifactId>rat-maven-plugin</artifactId>
       </plugin>
+      -->
       <plugin>
         <artifactId>maven-changes-plugin</artifactId>
         <version>2.0-beta-2</version>