Author: hboutemy
Date: Mon Nov 29 22:55:10 2010
New Revision: 1040331

URL: http://svn.apache.org/viewvc?rev=1040331&view=rev
Log:
renamed models xdoc to index.xml now that each model has its dedicated module

Modified:
    maven/archetype/trunk/archetype-models/pom.xml

Modified: maven/archetype/trunk/archetype-models/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/archetype/trunk/archetype-models/pom.xml?rev=1040331&r1=1040330&r2=1040331&view=diff
==============================================================================
--- maven/archetype/trunk/archetype-models/pom.xml (original)
+++ maven/archetype/trunk/archetype-models/pom.xml Mon Nov 29 22:55:10 2010
@@ -41,12 +41,6 @@
           <configuration>
             <version>1.0.0</version>
             <useJava5>true</useJava5>
-            <models>
-              <model>src/main/mdo/archetype-registry.mdo</model>
-              <model>src/main/mdo/archetype-descriptor.mdo</model>
-              <model>src/main/mdo/archetype-catalog.mdo</model>
-              <model>src/main/mdo/archetype.mdo</model>
-            </models>
           </configuration>
           <executions>
             <execution>
@@ -61,6 +55,9 @@
             <execution>
               <id>site-docs</id>
               <phase>pre-site</phase>
+              <configuration>
+                <xdocFileName>index.xml</xdocFileName>
+              </configuration>
               <goals>
                 <goal>xdoc</goal>
               </goals>


Reply via email to