fix rat configuration

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1415242 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-11-29 16:18:14 +00:00
parent 169bc60b63
commit d388282ff6
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@
<artifactId>apache-rat-plugin</artifactId>
<configuration>
<excludes>
<exclude>src/test/nexus-search-test-repo*/**</exclude>
<exclude>src/test/maven-search-test-repo*/**</exclude>
<exclude>src/test/repo-release*/**</exclude>
</excludes>
</configuration>