diff options
author | Brett Porter <brett@apache.org> | 2012-01-23 04:44:34 +0000 |
---|---|---|
committer | Brett Porter <brett@apache.org> | 2012-01-23 04:44:34 +0000 |
commit | b78c1c6878a13906a526e9675e0429b7a7061743 (patch) | |
tree | 4424c87228a5c96296458ec1dc410a4a49d036a9 /pom.xml | |
parent | 1c89c5853bd41d33524c45007ab62d9669298f7d (diff) | |
download | archiva-b78c1c6878a13906a526e9675e0429b7a7061743.tar.gz archiva-b78c1c6878a13906a526e9675e0429b7a7061743.zip |
restore animal sniffer to the build
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1234680 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -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> |