You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2011/09/15 22:31:09 UTC

svn commit: r1171258 - /maven/indexer/trunk/pom.xml

Author: olamy
Date: Thu Sep 15 20:31:08 2011
New Revision: 1171258

URL: http://svn.apache.org/viewvc?rev=1171258&view=rev
Log:
rat plugin in parent pluginManagement section

Modified:
    maven/indexer/trunk/pom.xml

Modified: maven/indexer/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/indexer/trunk/pom.xml?rev=1171258&r1=1171257&r2=1171258&view=diff
==============================================================================
--- maven/indexer/trunk/pom.xml (original)
+++ maven/indexer/trunk/pom.xml Thu Sep 15 20:31:08 2011
@@ -205,13 +205,6 @@ under the License.
           </execution>
         </executions>
       </plugin>
-
-      <!-- Remove after upgrading to parent 19-SNAPSHOT -->
-      <plugin>
-        <groupId>org.apache.rat</groupId>
-        <artifactId>apache-rat-plugin</artifactId>
-        <version>0.7</version>
-      </plugin>
     </plugins>
     <pluginManagement>
       <plugins>