diff options
author | Brett Porter <brett@apache.org> | 2011-08-25 08:42:50 +0000 |
---|---|---|
committer | Brett Porter <brett@apache.org> | 2011-08-25 08:42:50 +0000 |
commit | 3445922612a7d96b763c8c54841776325882544e (patch) | |
tree | 229f23338c626991cee1e80731922ec39eeb9ee0 /pom.xml | |
parent | b988841b1e8665a245d7c9d6f414f18a69d0a096 (diff) | |
download | archiva-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.xml | 19 |
1 files changed, 17 insertions, 2 deletions
@@ -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> |