aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-modules/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 /archiva-modules/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 'archiva-modules/pom.xml')
-rw-r--r--archiva-modules/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/archiva-modules/pom.xml b/archiva-modules/pom.xml
index 51652aa23..21241228a 100644
--- a/archiva-modules/pom.xml
+++ b/archiva-modules/pom.xml
@@ -46,6 +46,7 @@
</dependency>
</dependencies>
</dependencyManagement>
+
<reporting>
<plugins>
<!-- No need for the standard project reports -->
@@ -93,9 +94,12 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>taglist-maven-plugin</artifactId>
+ <version>2.4</version>
</plugin>
<plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jxr-plugin</artifactId>
+ <version>2.2</version>
<configuration>
<aggregate>true</aggregate>
</configuration>