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:
Jason van Zyl 2007-02-28 13:52:01 +00:00
parent ee213ed710
commit 000eddf83b
1 changed files with 0 additions and 10 deletions

View File

@ -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>