Author: brett Date: Wed Jan 12 23:57:38 2011 New Revision: 1058361 URL: http://svn.apache.org/viewvc?rev=1058361&view=rev Log: more RAT excludes
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=1058361&r1=1058360&r2=1058361&view=diff ============================================================================== --- maven/indexer/trunk/indexer-core/pom.xml (original) +++ maven/indexer/trunk/indexer-core/pom.xml Wed Jan 12 23:57:38 2011 @@ -306,6 +306,7 @@ under the License. <artifactId>apache-rat-plugin</artifactId> <configuration> <excludes> + <exclude>README.md</exclude> <exclude>src/test/repo/**</exclude> <exclude>src/test/nexus-*/**</exclude> <exclude>src/test/resources/**</exclude> Modified: maven/indexer/trunk/pom.xml URL: http://svn.apache.org/viewvc/maven/indexer/trunk/pom.xml?rev=1058361&r1=1058360&r2=1058361&view=diff ============================================================================== --- maven/indexer/trunk/pom.xml (original) +++ maven/indexer/trunk/pom.xml Wed Jan 12 23:57:38 2011 @@ -191,6 +191,20 @@ under the License. <version>0.7</version> </plugin> </plugins> + <pluginManagement> + <plugins> + <plugin> + <groupId>org.apache.rat</groupId> + <artifactId>apache-rat-plugin</artifactId> + <configuration> + <excludes> + <exclude>README.md</exclude> + <exclude>.gitignore</exclude> + </excludes> + </configuration> + </plugin> + </plugins> + </pluginManagement> </build> </project>