mirror of https://github.com/apache/maven.git
o use the modello setup from the parent
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@512756 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ee213ed710
commit
000eddf83b
|
@ -31,19 +31,9 @@
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.codehaus.modello</groupId>
|
<groupId>org.codehaus.modello</groupId>
|
||||||
<artifactId>modello-maven-plugin</artifactId>
|
<artifactId>modello-maven-plugin</artifactId>
|
||||||
<executions>
|
|
||||||
<execution>
|
|
||||||
<id>xsd</id>
|
|
||||||
<phase>generate-sources</phase>
|
|
||||||
<goals>
|
|
||||||
<goal>xsd</goal>
|
|
||||||
</goals>
|
|
||||||
</execution>
|
|
||||||
</executions>
|
|
||||||
<configuration>
|
<configuration>
|
||||||
<version>1.0.0</version>
|
<version>1.0.0</version>
|
||||||
<model>src/main/mdo/paramdoc.mdo</model>
|
<model>src/main/mdo/paramdoc.mdo</model>
|
||||||
<packageWithVersion>false</packageWithVersion>
|
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
|
|
Loading…
Reference in New Issue