You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jv...@apache.org on 2007/02/28 14:52:01 UTC

svn commit: r512756 - /maven/components/trunk/maven-plugin-parameter-documenter/pom.xml

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>