5972f0
From 1c572bcc5083b79307ab0c0e4ee9ba15e334c7d3 Mon Sep 17 00:00:00 2001
5972f0
From: Stanislav Ochotnicky <sochotnicky@redhat.com>
5972f0
Date: Tue, 31 Jan 2012 13:12:32 +0100
5972f0
Subject: [PATCH 5/6] Use generics in modello generated code
5972f0
5972f0
---
5972f0
 maven-model/pom.xml |    2 ++
5972f0
 pom.xml             |    3 +++
5972f0
 2 files changed, 5 insertions(+), 0 deletions(-)
5972f0
5972f0
diff --git a/maven-model/pom.xml b/maven-model/pom.xml
5972f0
index 63b2d23..951cd57 100644
5972f0
--- a/maven-model/pom.xml
5972f0
+++ b/maven-model/pom.xml
5972f0
@@ -50,6 +50,7 @@ under the License.
5972f0
           <models>
5972f0
             <model>src/main/mdo/maven.mdo</model>
5972f0
           </models>
5972f0
+          <useJava5>true</useJava5>
5972f0
         </configuration>
5972f0
         <executions>
5972f0
           <execution>
5972f0
@@ -97,6 +98,7 @@ under the License.
5972f0
                 <configuration>
5972f0
                   <version>3.0.0</version>
5972f0
                   <packageWithVersion>true</packageWithVersion>
5972f0
+                  <useJava5>true</useJava5>
5972f0
                 </configuration>
5972f0
               </execution>
5972f0
             </executions>
5972f0
diff --git a/pom.xml b/pom.xml
5972f0
index 8cba9cc..c55f33c 100644
5972f0
--- a/pom.xml
5972f0
+++ b/pom.xml
5972f0
@@ -424,6 +424,9 @@
5972f0
           <groupId>org.codehaus.modello</groupId>
5972f0
           <artifactId>modello-maven-plugin</artifactId>
5972f0
           <version>${modelloVersion}</version>
5972f0
+          <configuration>
5972f0
+            <useJava5>true</useJava5>
5972f0
+          </configuration>
5972f0
           <executions>
5972f0
             <execution>
5972f0
               <id>site-docs</id>
5972f0
-- 
5972f0
1.7.7.6
5972f0