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:
Carlos Sanchez Gonzalez 2006-07-07 11:16:53 +00:00
parent f7181181cc
commit 0f3ec3e38d
1 changed files with 7 additions and 6 deletions

View File

@ -16,9 +16,10 @@
<version>1.0-alpha-7</version>
<executions>
<execution>
<id>site-xsd</id>
<phase>site</phase>
<id>site-docs</id>
<phase>pre-site</phase>
<goals>
<goal>xdoc</goal>
<goal>xsd</goal>
</goals>
</execution>
@ -28,12 +29,12 @@
<goal>java</goal>
<goal>xpp3-reader</goal>
</goals>
<configuration>
<version>1.0.0</version>
<model>profiles.mdo</model>
</configuration>
</execution>
</executions>
<configuration>
<version>1.0.0</version>
<model>profiles.mdo</model>
</configuration>
</plugin>
</plugins>
</build>