aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2011-05-16 21:26:54 +0000
committerOlivier Lamy <olamy@apache.org>2011-05-16 21:26:54 +0000
commit7c018c68ed5172c4c10e1adc6fce75962ef8bd09 (patch)
tree394d2980b144dffd3b62f44086493d11e3697760 /pom.xml
parent36466076b674cb9d255eaf172e74b45f420f8498 (diff)
downloadarchiva-7c018c68ed5172c4c10e1adc6fce75962ef8bd09.tar.gz
archiva-7c018c68ed5172c4c10e1adc6fce75962ef8bd09.zip
fix some warning when building with maven3
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1103901 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 1df932b13..945ce9b34 100644
--- a/pom.xml
+++ b/pom.xml
@@ -113,6 +113,16 @@
<pluginManagement>
<plugins>
<plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>cobertura-maven-plugin</artifactId>
+ <version>2.4</version>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>exec-maven-plugin</artifactId>
+ <version>1.2</version>
+ </plugin>
+ <plugin>
<groupId>org.codehaus.modello</groupId>
<artifactId>modello-maven-plugin</artifactId>
<version>1.0</version>