mirror of https://github.com/apache/maven.git
[MNG-8234] Fix IT (#361)
This commit is contained in:
parent
71c6162dcb
commit
b2c2e88915
|
@ -16,16 +16,14 @@
|
||||||
<goals>
|
<goals>
|
||||||
<goal>clean</goal>
|
<goal>clean</goal>
|
||||||
</goals>
|
</goals>
|
||||||
<phase>clean</phase>
|
<phase>clean[100]</phase>
|
||||||
<priority>100</priority>
|
|
||||||
</execution>
|
</execution>
|
||||||
<execution>
|
<execution>
|
||||||
<id>300. This should be third</id>
|
<id>300. This should be third</id>
|
||||||
<goals>
|
<goals>
|
||||||
<goal>clean</goal>
|
<goal>clean</goal>
|
||||||
</goals>
|
</goals>
|
||||||
<phase>clean</phase>
|
<phase>clean[300]</phase>
|
||||||
<priority>300</priority>
|
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
@ -38,16 +36,14 @@
|
||||||
<goals>
|
<goals>
|
||||||
<goal>run</goal>
|
<goal>run</goal>
|
||||||
</goals>
|
</goals>
|
||||||
<phase>clean</phase>
|
<phase>clean[200]</phase>
|
||||||
<priority>200</priority>
|
|
||||||
</execution>
|
</execution>
|
||||||
<execution>
|
<execution>
|
||||||
<id>400. This should be fourth</id>
|
<id>400. This should be fourth</id>
|
||||||
<goals>
|
<goals>
|
||||||
<goal>run</goal>
|
<goal>run</goal>
|
||||||
</goals>
|
</goals>
|
||||||
<phase>clean</phase>
|
<phase>clean[400]</phase>
|
||||||
<priority>400</priority>
|
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
Loading…
Reference in New Issue