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/13 14:56:11 UTC

svn commit: r922571 - /maven/maven-3/trunk/pom.xml

Author: hboutemy
Date: Sat Mar 13 13:56:11 2010
New Revision: 922571

URL: http://svn.apache.org/viewvc?rev=922571&view=rev
Log:
re-activated modello xdoc and xsd generation in pre-site phase (were commented out)

Modified:
    maven/maven-3/trunk/pom.xml

Modified: maven/maven-3/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/maven-3/trunk/pom.xml?rev=922571&r1=922570&r2=922571&view=diff
==============================================================================
--- maven/maven-3/trunk/pom.xml (original)
+++ maven/maven-3/trunk/pom.xml Sat Mar 13 13:56:11 2010
@@ -380,10 +380,14 @@
             <useJava5>true</useJava5>
           </configuration>
           <executions>
-            <!--
-              <execution> <id>site-docs</id> <phase>pre-site</phase> <goals> <goal>xdoc</goal> <goal>xsd</goal> </goals>
-              </execution>
-            -->
+            <execution>
+              <id>site-docs</id>
+              <phase>pre-site</phase>
+              <goals>
+                <goal>xdoc</goal>
+                <goal>xsd</goal>
+              </goals>
+            </execution>
             <execution>
               <id>standard</id>
               <goals>