mirror of https://github.com/apache/maven.git
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:
parent
1e91b227f9
commit
f337a5a3e5
12
pom.xml
12
pom.xml
|
@ -380,10 +380,14 @@
|
||||||
<useJava5>true</useJava5>
|
<useJava5>true</useJava5>
|
||||||
</configuration>
|
</configuration>
|
||||||
<executions>
|
<executions>
|
||||||
<!--
|
<execution>
|
||||||
<execution> <id>site-docs</id> <phase>pre-site</phase> <goals> <goal>xdoc</goal> <goal>xsd</goal> </goals>
|
<id>site-docs</id>
|
||||||
</execution>
|
<phase>pre-site</phase>
|
||||||
-->
|
<goals>
|
||||||
|
<goal>xdoc</goal>
|
||||||
|
<goal>xsd</goal>
|
||||||
|
</goals>
|
||||||
|
</execution>
|
||||||
<execution>
|
<execution>
|
||||||
<id>standard</id>
|
<id>standard</id>
|
||||||
<goals>
|
<goals>
|
||||||
|
|
Loading…
Reference in New Issue