summaryrefslogtreecommitdiffstats
path: root/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 /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 'pom.xml')
-rw-r--r--pom.xml19
1 files changed, 17 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 94057b87e..da5f0aea3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1339,6 +1339,10 @@
</execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>org.apache.rat</groupId>
+ <artifactId>apache-rat-plugin</artifactId>
+ </plugin>
<!-- make sure our code doesn't have 1.6 dependencies -->
<!--
TODO check as it currently failed with ".. error in opening zip file ""
@@ -1369,6 +1373,19 @@
<pluginManagement>
<plugins>
<plugin>
+ <groupId>org.apache.rat</groupId>
+ <artifactId>apache-rat-plugin</artifactId>
+ <version>0.7</version>
+ <configuration>
+ <excludes>
+ <exclude>.gitignore</exclude>
+ <exclude>DEPENDENCIES</exclude>
+ <exclude>README.txt</exclude>
+ <exclude>*.sh</exclude>
+ </excludes>
+ </configuration>
+ </plugin>
+ <plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
<version>2.4</version>
@@ -1592,6 +1609,4 @@
</repositories>
</profile>
</profiles>
-
-
</project>