mirror of https://github.com/apache/maven.git
Fix modello generation
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@419867 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c7a8c3dfa3
commit
1869459be8
|
@ -17,9 +17,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>
|
||||
|
@ -29,12 +30,12 @@
|
|||
<goal>java</goal>
|
||||
<goal>xpp3-reader</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<version>1.0.0</version>
|
||||
<model>plugin-registry.mdo</model>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
<configuration>
|
||||
<version>1.0.0</version>
|
||||
<model>plugin-registry.mdo</model>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
|
Loading…
Reference in New Issue