You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2014/10/30 09:24:17 UTC

svn commit: r1635425 - /maven/shared/trunk/maven-jarsigner/pom.xml

Author: hboutemy
Date: Thu Oct 30 08:24:17 2014
New Revision: 1635425

URL: http://svn.apache.org/r1635425
Log:
don't check keystore for license header

Modified:
    maven/shared/trunk/maven-jarsigner/pom.xml

Modified: maven/shared/trunk/maven-jarsigner/pom.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-jarsigner/pom.xml?rev=1635425&r1=1635424&r2=1635425&view=diff
==============================================================================
--- maven/shared/trunk/maven-jarsigner/pom.xml (original)
+++ maven/shared/trunk/maven-jarsigner/pom.xml Thu Oct 30 08:24:17 2014
@@ -90,17 +90,6 @@
   </dependencies>
 
   <build>
-    <!-- push back this in maven-shared-components 20 -->
-    <pluginManagement>
-      <plugins>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-site-plugin</artifactId>
-          <version>3.3</version>
-        </plugin>
-      </plugins>
-    </pluginManagement>
-
     <plugins>
       <plugin>
         <groupId>org.codehaus.plexus</groupId>
@@ -115,6 +104,15 @@
           </execution>
         </executions>
       </plugin>
+      <plugin>
+        <groupId>org.apache.rat</groupId>
+        <artifactId>apache-rat-plugin</artifactId>
+        <configuration>
+          <excludes>
+            <exclude>src/test/keystore</exclude>
+          </excludes>
+        </configuration>
+      </plugin>
     </plugins>
   </build>