Updated Branches:
  refs/heads/pom500 [created] 4d8036f23

Start a branch for new pom elements. Let's call it v500 for now.


Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/e4a67c51
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/e4a67c51
Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/e4a67c51

Branch: refs/heads/pom500
Commit: e4a67c51efe1b309aec477af7deeb94b300a137e
Parents: 5cfcb2f
Author: rfscholte <rfscho...@apache.org>
Authored: Mon Jul 22 22:26:31 2013 +0200
Committer: rfscholte <rfscho...@apache.org>
Committed: Mon Jul 22 22:26:31 2013 +0200

----------------------------------------------------------------------
 maven-model/pom.xml | 16 +++++++++++++++-
 1 file changed, 15 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/e4a67c51/maven-model/pom.xml
----------------------------------------------------------------------
diff --git a/maven-model/pom.xml b/maven-model/pom.xml
index 8ce7653..d70a777 100644
--- a/maven-model/pom.xml
+++ b/maven-model/pom.xml
@@ -46,7 +46,7 @@ under the License.
         <groupId>org.codehaus.modello</groupId>
         <artifactId>modello-maven-plugin</artifactId>
         <configuration>
-          <version>4.0.0</version>
+          <version>5.0.0</version>
           <models>
             <model>src/main/mdo/maven.mdo</model>
           </models>
@@ -99,6 +99,20 @@ under the License.
                   <packageWithVersion>true</packageWithVersion>
                 </configuration>
               </execution>
+              <execution>
+                <id>v4</id>
+                <goals>
+                  <goal>java</goal>
+                  <goal>xpp3-reader</goal>
+                  <goal>xpp3-extended-reader</goal>
+                  <goal>xpp3-writer</goal>
+                  <goal>xsd</goal>
+                </goals>
+                <configuration>
+                  <version>4.0.0</version>
+                  <packageWithVersion>true</packageWithVersion>
+                </configuration>
+              </execution>
             </executions>
           </plugin>
           <plugin>

Reply via email to