summaryrefslogtreecommitdiffstats
path: root/archiva-modules/archiva-base/archiva-converter/pom.xml
diff options
context:
space:
mode:
authorBrett Porter <brett@apache.org>2011-08-25 08:42:50 +0000
committerBrett Porter <brett@apache.org>2011-08-25 08:42:50 +0000
commit3445922612a7d96b763c8c54841776325882544e (patch)
tree229f23338c626991cee1e80731922ec39eeb9ee0 /archiva-modules/archiva-base/archiva-converter/pom.xml
parentb988841b1e8665a245d7c9d6f414f18a69d0a096 (diff)
downloadarchiva-3445922612a7d96b763c8c54841776325882544e.tar.gz
archiva-3445922612a7d96b763c8c54841776325882544e.zip
update licenses and send in RAT
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1161440 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules/archiva-base/archiva-converter/pom.xml')
-rw-r--r--archiva-modules/archiva-base/archiva-converter/pom.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/archiva-modules/archiva-base/archiva-converter/pom.xml b/archiva-modules/archiva-base/archiva-converter/pom.xml
index 8f7dc1e6f..84ced0f1e 100644
--- a/archiva-modules/archiva-base/archiva-converter/pom.xml
+++ b/archiva-modules/archiva-base/archiva-converter/pom.xml
@@ -62,4 +62,20 @@
<scope>test</scope>
</dependency>
</dependencies>
+ <build>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.rat</groupId>
+ <artifactId>apache-rat-plugin</artifactId>
+ <configuration>
+ <excludes>
+ <exclude>src/test/expected-files/**</exclude>
+ <exclude>src/test/source-repository/**</exclude>
+ </excludes>
+ </configuration>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+ </build>
</project>