aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2013-02-16 00:41:41 +0000
committerOlivier Lamy <olamy@apache.org>2013-02-16 00:41:41 +0000
commitb2c48de92ee9b56dea7e206b8aec38359abfd9de (patch)
tree3dbdd6f43fc2050761e9a6f7c520e8e03f98c6ca /pom.xml
parent490f1f5656bde9bf15208021c4315362006a9b08 (diff)
downloadarchiva-b2c48de92ee9b56dea7e206b8aec38359abfd9de.tar.gz
archiva-b2c48de92ee9b56dea7e206b8aec38359abfd9de.zip
[MRM-1747] upgrade to last modello.
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1446826 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 6fc19faa0..f7466669e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -669,7 +669,11 @@
<plugin>
<groupId>org.codehaus.modello</groupId>
<artifactId>modello-maven-plugin</artifactId>
- <version>1.0-alpha-15</version>
+ <version>1.7-SNAPSHOT</version>
+ <configuration>
+ <!-- cause issue with datamanagement module -->
+ <useJava5>false</useJava5>
+ </configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>