summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2012-05-05 22:19:09 +0000
committerOlivier Lamy <olamy@apache.org>2012-05-05 22:19:09 +0000
commit2083c66f86f37a77e318db5e6a4447945e40fb92 (patch)
tree493e50eff54934d1b7432b0c05726c482a37f990 /pom.xml
parent43b13fa7ccfc74959ee85f29b56861e3c11555da (diff)
downloadarchiva-2083c66f86f37a77e318db5e6a4447945e40fb92.tar.gz
archiva-2083c66f86f37a77e318db5e6a4447945e40fb92.zip
upgrade to compiler plugin 2.5-SNAPSHOT to test it on jenkins instance
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1334522 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 34271be96..adc724c1b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1660,6 +1660,11 @@
<pluginManagement>
<plugins>
<plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>2.5-SNAPSHOT</version>
+ </plugin>
+ <plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
<version>0.8</version>