mirror of https://github.com/apache/archiva.git
restore animal sniffer to the build
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1234680 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1c89c5853b
commit
b78c1c6878
|
@ -38,6 +38,13 @@
|
|||
</excludes>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>animal-sniffer-maven-plugin</artifactId>
|
||||
<configuration>
|
||||
<skip>true</skip>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</pluginManagement>
|
||||
</build>
|
||||
|
|
8
pom.xml
8
pom.xml
|
@ -1458,15 +1458,10 @@
|
|||
<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>
|
||||
|
@ -1484,7 +1479,6 @@
|
|||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
-->
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-site-plugin</artifactId>
|
||||
|
|
Loading…
Reference in New Issue