]> source.dussan.org Git - archiva.git/commitdiff
restore animal sniffer to the build
authorBrett Porter <brett@apache.org>
Mon, 23 Jan 2012 04:44:34 +0000 (04:44 +0000)
committerBrett Porter <brett@apache.org>
Mon, 23 Jan 2012 04:44:34 +0000 (04:44 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1234680 13f79535-47bb-0310-9956-ffa450edef68

archiva-modules/metadata/test-repository/pom.xml
pom.xml

index 08b9a960457fa2ad47e91a9b2f9a6cc17306a317..64bb6e17eaff75ebf0fab85ab28f99bcd5f33ce7 100644 (file)
             </excludes>
           </configuration>
         </plugin>
+        <plugin>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>animal-sniffer-maven-plugin</artifactId>
+          <configuration>
+            <skip>true</skip>
+          </configuration>
+        </plugin>
       </plugins>
     </pluginManagement>
   </build>
diff --git a/pom.xml b/pom.xml
index fe362408bc6b167047d139ec376320e360fdccdb..c6f54ee21776868927081e7d79b419c65ed3f859 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         <artifactId>tomcat7-maven-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 ""
-      in module archiva-modules/metadata/test-repository/
-      see https://gist.github.com/1659445
-
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>animal-sniffer-maven-plugin</artifactId>
-        <version>1.8-SNAPSHOT</version>
+        <version>1.7</version>
         <configuration>
           <signature>
             <groupId>org.codehaus.mojo.signature</groupId>
           </execution>
         </executions>
       </plugin>
-      -->
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-site-plugin</artifactId>