Author: jvanzyl Date: Wed Feb 28 05:52:01 2007 New Revision: 512756 URL: http://svn.apache.org/viewvc?view=rev&rev=512756 Log: o use the modello setup from the parent
Modified: maven/components/trunk/maven-plugin-parameter-documenter/pom.xml Modified: maven/components/trunk/maven-plugin-parameter-documenter/pom.xml URL: http://svn.apache.org/viewvc/maven/components/trunk/maven-plugin-parameter-documenter/pom.xml?view=diff&rev=512756&r1=512755&r2=512756 ============================================================================== --- maven/components/trunk/maven-plugin-parameter-documenter/pom.xml (original) +++ maven/components/trunk/maven-plugin-parameter-documenter/pom.xml Wed Feb 28 05:52:01 2007 @@ -31,19 +31,9 @@ <plugin> <groupId>org.codehaus.modello</groupId> <artifactId>modello-maven-plugin</artifactId> - <executions> - <execution> - <id>xsd</id> - <phase>generate-sources</phase> - <goals> - <goal>xsd</goal> - </goals> - </execution> - </executions> <configuration> <version>1.0.0</version> <model>src/main/mdo/paramdoc.mdo</model> - <packageWithVersion>false</packageWithVersion> </configuration> </plugin> </plugins>