update to use executions

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@191381 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-06-20 03:18:43 +00:00
parent 4e42fdf78e
commit 53820cd3cb
1 changed files with 9 additions and 11 deletions

View File

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