diff options
author | Olivier Lamy <olamy@apache.org> | 2013-02-16 00:41:41 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2013-02-16 00:41:41 +0000 |
commit | b2c48de92ee9b56dea7e206b8aec38359abfd9de (patch) | |
tree | 3dbdd6f43fc2050761e9a6f7c520e8e03f98c6ca /pom.xml | |
parent | 490f1f5656bde9bf15208021c4315362006a9b08 (diff) | |
download | archiva-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.xml | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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> |