aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pom.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index da5f0aea3..6f9f0c49f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1347,10 +1347,11 @@
<!--
TODO check as it currently failed with ".. error in opening zip file ""
in module archiva-modules/metadata/test-repository/
+
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>animal-sniffer-maven-plugin</artifactId>
- <version>1.7</version>
+ <version>1.8-SNAPSHOT</version>
<configuration>
<signature>
<groupId>org.codehaus.mojo.signature</groupId>
@@ -1435,6 +1436,11 @@
<version>1.2</version>
</plugin>
<plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-dependency-plugin</artifactId>
+ <version>2.2</version>
+ </plugin>
+ <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.3</version>