]> source.dussan.org Git - archiva.git/commitdiff
fix some issues reported by rat check
authorOlivier Lamy <olamy@apache.org>
Mon, 2 Jul 2012 20:25:20 +0000 (20:25 +0000)
committerOlivier Lamy <olamy@apache.org>
Mon, 2 Jul 2012 20:25:20 +0000 (20:25 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1356460 13f79535-47bb-0310-9956-ffa450edef68

archiva-modules/archiva-web/archiva-webapp-js/pom.xml

index 570167f36a037a139f8c8ab6f14414a6df6d7028..ac061bcb462fcbc797bcaf488e49b93bafd37e9c 100644 (file)
       </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>