fix pom format

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@191291 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-06-18 15:19:18 +00:00
parent a257dca4f9
commit a72409b091
2 changed files with 3 additions and 10 deletions

View File

@ -29,9 +29,7 @@
</configuration>
<goals>
<goal>
<id>compile</id>
</goal>
<goal>compile</goal>
</goals>
</execution>
</executions>

View File

@ -19,9 +19,7 @@
</configuration>
<goals>
<goal>
<id>touch</id>
</goal>
<goal>touch</goal>
</goals>
</execution>
<execution>
@ -30,11 +28,8 @@
<configuration>
<pluginItem>test2.txt</pluginItem>
</configuration>
<goals>
<goal>
<id>touch</id>
</goal>
<goal>touch</goal>
</goals>
</execution>
</executions>