mirror of https://github.com/apache/maven.git
Fix site generation
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@419869 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f7181181cc
commit
0f3ec3e38d
|
@ -16,9 +16,10 @@
|
||||||
<version>1.0-alpha-7</version>
|
<version>1.0-alpha-7</version>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<id>site-xsd</id>
|
<id>site-docs</id>
|
||||||
<phase>site</phase>
|
<phase>pre-site</phase>
|
||||||
<goals>
|
<goals>
|
||||||
|
<goal>xdoc</goal>
|
||||||
<goal>xsd</goal>
|
<goal>xsd</goal>
|
||||||
</goals>
|
</goals>
|
||||||
</execution>
|
</execution>
|
||||||
|
@ -28,12 +29,12 @@
|
||||||
<goal>java</goal>
|
<goal>java</goal>
|
||||||
<goal>xpp3-reader</goal>
|
<goal>xpp3-reader</goal>
|
||||||
</goals>
|
</goals>
|
||||||
<configuration>
|
|
||||||
<version>1.0.0</version>
|
|
||||||
<model>profiles.mdo</model>
|
|
||||||
</configuration>
|
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
|
<configuration>
|
||||||
|
<version>1.0.0</version>
|
||||||
|
<model>profiles.mdo</model>
|
||||||
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
|
Loading…
Reference in New Issue