[MNG-8234] Fix IT (#361)

This commit is contained in:
Guillaume Nodet 2024-09-12 08:17:33 +02:00 committed by GitHub
parent 71c6162dcb
commit b2c2e88915
1 changed files with 4 additions and 8 deletions

View File

@ -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>