You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2010/03/14 00:06:05 UTC

svn commit: r922686 - /maven/archetype/trunk/archetype-common/pom.xml

Author: hboutemy
Date: Sat Mar 13 23:06:05 2010
New Revision: 922686

URL: http://svn.apache.org/viewvc?rev=922686&view=rev
Log:
added xdoc generation of models

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

Modified: maven/archetype/trunk/archetype-common/pom.xml
URL: http://svn.apache.org/viewvc/maven/archetype/trunk/archetype-common/pom.xml?rev=922686&r1=922685&r2=922686&view=diff
==============================================================================
--- maven/archetype/trunk/archetype-common/pom.xml (original)
+++ maven/archetype/trunk/archetype-common/pom.xml Sat Mar 13 23:06:05 2010
@@ -185,11 +185,18 @@ under the License.
             <id>default</id>
             <goals>
               <goal>java</goal>
-              <goal>xsd</goal>
               <goal>xpp3-reader</goal>
               <goal>xpp3-writer</goal>
             </goals>
           </execution>
+          <execution>
+            <id>site-docs</id>
+            <phase>pre-site</phase>
+            <goals>
+              <goal>xdoc</goal>
+              <goal>xsd</goal>
+            </goals>
+          </execution>
         </executions>
       </plugin>
       <plugin>