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>
|
</configuration>
|
||||||
|
|
||||||
<goals>
|
<goals>
|
||||||
<goal>
|
<goal>compile</goal>
|
||||||
<id>compile</id>
|
|
||||||
</goal>
|
|
||||||
</goals>
|
</goals>
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue