re-activated modello xdoc and xsd generation in pre-site phase (were commented out)

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@922571 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Herve Boutemy 2010-03-13 13:56:11 +00:00
parent 1e91b227f9
commit f337a5a3e5
1 changed files with 8 additions and 4 deletions

12
pom.xml
View File

@ -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>