Author: brett
Date: Thu Nov 25 05:28:37 2010
New Revision: 1038924
URL: http://svn.apache.org/viewvc?rev=1038924&view=rev
Log:
configure RAT
Modified:
maven/indexer/trunk/indexer-core/pom.xml
maven/indexer/trunk/pom.xml
Modified: maven/indexer/trunk/indexer-core/pom.xml
URL:
http://svn.apache.org/viewvc/maven/indexer/trunk/indexer-core/pom.xml?rev=1038924&r1=1038923&r2=1038924&view=diff
==============================================================================
--- maven/indexer/trunk/indexer-core/pom.xml (original)
+++ maven/indexer/trunk/indexer-core/pom.xml Thu Nov 25 05:28:37 2010
@@ -245,6 +245,21 @@
</configuration>
</plugin>
</plugins>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.rat</groupId>
+ <artifactId>apache-rat-plugin</artifactId>
+ <configuration>
+ <excludes>
+ <exclude>src/test/repo/**</exclude>
+ <exclude>src/test/nexus-*/**</exclude>
+ <exclude>src/test/resources/**</exclude>
+ </excludes>
+ </configuration>
+ </plugin>
+ </plugins>
+ </pluginManagement>
</build>
</project>
Modified: maven/indexer/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/maven/indexer/trunk/pom.xml?rev=1038924&r1=1038923&r2=1038924&view=diff
==============================================================================
--- maven/indexer/trunk/pom.xml (original)
+++ maven/indexer/trunk/pom.xml Thu Nov 25 05:28:37 2010
@@ -177,6 +177,13 @@ under the License.
<redirectTestOutputToFile>true</redirectTestOutputToFile>
</configuration>
</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>
</build>