aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2012-07-02 20:25:20 +0000
committerOlivier Lamy <olamy@apache.org>2012-07-02 20:25:20 +0000
commitfa482ee505a348800d21f4c9f1a28028bf51ecf1 (patch)
treea3a21f13c54c141447aee518cca3cbff0c2be665
parenta116e45603c19ef79ff946ea371bcb67493c43e6 (diff)
downloadarchiva-fa482ee505a348800d21f4c9f1a28028bf51ecf1.tar.gz
archiva-fa482ee505a348800d21f4c9f1a28028bf51ecf1.zip
fix some issues reported by rat check
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1356460 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--archiva-modules/archiva-web/archiva-webapp-js/pom.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/archiva-modules/archiva-web/archiva-webapp-js/pom.xml b/archiva-modules/archiva-web/archiva-webapp-js/pom.xml
index 570167f36..ac061bcb4 100644
--- a/archiva-modules/archiva-web/archiva-webapp-js/pom.xml
+++ b/archiva-modules/archiva-web/archiva-webapp-js/pom.xml
@@ -666,7 +666,25 @@
</resource>
</resources>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.rat</groupId>
+ <artifactId>apache-rat-plugin</artifactId>
+ <configuration>
+ <excludes>
+ <exclude>src/main/webapp/css/*.css</exclude>
+ <exclude>src/main/webapp/js/*.js</exclude>
+ <exclude>src/site/resources/css/*.css</exclude>
+ <exclude>src/site/resources/js/*.js</exclude>
+ </excludes>
+ </configuration>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+
<plugins>
+
<!-- commented as not needed now
<plugin>
<groupId>com.samaxes.maven</groupId>