summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJames William Dumay <jdumay@apache.org>2009-02-12 06:47:36 +0000
committerJames William Dumay <jdumay@apache.org>2009-02-12 06:47:36 +0000
commit77481fb93c9cef2b1da5b6891bf18f27554a2707 (patch)
tree33b5d6ef090b6a37ec7809dfe17ef22b4336bf96 /pom.xml
parent48fc7e2f6f92cfb9898679d44aaf8836019f662c (diff)
downloadarchiva-77481fb93c9cef2b1da5b6891bf18f27554a2707.tar.gz
archiva-77481fb93c9cef2b1da5b6891bf18f27554a2707.zip
MRM-1084 - Upgrade modello maven plugin to 1.0 to support Java 5 generics
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@743630 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml17
1 files changed, 16 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 283de7dc0..d930bc7a9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -110,7 +110,22 @@
<plugin>
<groupId>org.codehaus.modello</groupId>
<artifactId>modello-maven-plugin</artifactId>
- <version>1.0-alpha-15</version>
+ <version>1.0</version>
+ <configuration>
+ <useJava5>true</useJava5>
+ </configuration>
+ <dependencies>
+ <dependency>
+ <groupId>org.codehaus.modello</groupId>
+ <artifactId>modello-plugin-plexus-registry</artifactId>
+ <version>1.0-alpha-21</version>
+ </dependency>
+ <dependency>
+ <groupId>org.codehaus.modello</groupId>
+ <artifactId>modello-plugin-jpox</artifactId>
+ <version>1.0-alpha-21</version>
+ </dependency>
+ </dependencies>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>