You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2005/06/20 05:18:43 UTC

svn commit: r191381 - /maven/components/trunk/maven-model/pom.xml

Author: brett
Date: Sun Jun 19 20:18:43 2005
New Revision: 191381

URL: http://svn.apache.org/viewcvs?rev=191381&view=rev
Log:
update to use executions

Modified:
    maven/components/trunk/maven-model/pom.xml

Modified: maven/components/trunk/maven-model/pom.xml
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-model/pom.xml?rev=191381&r1=191380&r2=191381&view=diff
==============================================================================
--- maven/components/trunk/maven-model/pom.xml (original)
+++ maven/components/trunk/maven-model/pom.xml Sun Jun 19 20:18:43 2005
@@ -25,17 +25,15 @@
           <version>4.0.0</version>
           <model>maven.mdo</model>
         </configuration>
-        <goals>
-          <goal>
-            <id>xpp3-writer</id>
-          </goal>
-          <goal>
-            <id>java</id>
-          </goal>
-          <goal>
-            <id>xpp3-reader</id>
-          </goal>
-        </goals>
+        <executions>
+          <execution>
+            <goals>
+              <goal>xpp3-writer</goal>
+              <goal>java</goal>
+              <goal>xpp3-reader</goal>
+            </goals>
+          </execution>
+        </executions>
       </plugin>
     </plugins>
   </build>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org