Skip to content

Commit

Permalink
configure RAT
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/maven/indexer/trunk@1038924 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
brettporter committed Nov 25, 2010
1 parent f8dff52 commit dabc930
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
15 changes: 15 additions & 0 deletions indexer-core/pom.xml
Expand Up @@ -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>
7 changes: 7 additions & 0 deletions pom.xml
Expand Up @@ -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>

Expand Down

0 comments on commit dabc930

Please sign in to comment.