diff options
author | Olivier Lamy <olamy@apache.org> | 2011-05-16 21:26:54 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2011-05-16 21:26:54 +0000 |
commit | 7c018c68ed5172c4c10e1adc6fce75962ef8bd09 (patch) | |
tree | 394d2980b144dffd3b62f44086493d11e3697760 /pom.xml | |
parent | 36466076b674cb9d255eaf172e74b45f420f8498 (diff) | |
download | archiva-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.xml | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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> |