mirror of https://github.com/apache/maven.git
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:
parent
a257dca4f9
commit
a72409b091
|
@ -29,9 +29,7 @@
|
|||
</configuration>
|
||||
|
||||
<goals>
|
||||
<goal>
|
||||
<id>compile</id>
|
||||
</goal>
|
||||
<goal>compile</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue