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> </configuration>
<goals> <goals>
<goal> <goal>compile</goal>
<id>compile</id>
</goal>
</goals> </goals>
</execution> </execution>
</executions> </executions>

View File

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