You are viewing a plain text version of this content. The canonical link for it is here.
Posted to doxia-commits@maven.apache.org by hb...@apache.org on 2009/08/29 16:48:34 UTC

svn commit: r809138 - /maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/pom.xml

Author: hboutemy
Date: Sat Aug 29 14:48:34 2009
New Revision: 809138

URL: http://svn.apache.org/viewvc?rev=809138&view=rev
Log:
improved Modello configuration

Modified:
    maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/pom.xml

Modified: maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/pom.xml?rev=809138&r1=809137&r2=809138&view=diff
==============================================================================
--- maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/pom.xml (original)
+++ maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/pom.xml Sat Aug 29 14:48:34 2009
@@ -46,6 +46,13 @@
       <plugin>
         <groupId>org.codehaus.modello</groupId>
         <artifactId>modello-maven-plugin</artifactId>
+        <configuration>
+          <models>
+            <model>src/main/mdo/decoration.mdo</model>
+          </models>
+          <version>1.0.1</version>
+          <firstVersion>1.0.0</firstVersion>
+        </configuration>
         <executions>
           <execution>
             <id>descriptor</id>
@@ -56,12 +63,6 @@
               <goal>xpp3-reader</goal>
               <goal>xsd</goal>
             </goals>
-            <configuration>
-              <models>
-                <model>src/main/mdo/decoration.mdo</model>
-              </models>
-              <version>1.0.1</version>
-            </configuration>
           </execution>
           <execution>
             <id>descriptor-site</id>
@@ -70,12 +71,6 @@
               <goal>xdoc</goal>
               <goal>xsd</goal>
             </goals>
-            <configuration>
-              <models>
-                <model>src/main/mdo/decoration.mdo</model>
-              </models>
-              <version>1.0.1</version>
-            </configuration>
           </execution>
         </executions>
       </plugin>