Skip to content

Commit

Permalink
[MNG-8234] Fix IT (#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed Sep 12, 2024
1 parent 589a801 commit 10e5a98
Showing 1 changed file with 4 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,14 @@
<goals>
<goal>clean</goal>
</goals>
<phase>clean</phase>
<priority>100</priority>
<phase>clean[100]</phase>
</execution>
<execution>
<id>300. This should be third</id>
<goals>
<goal>clean</goal>
</goals>
<phase>clean</phase>
<priority>300</priority>
<phase>clean[300]</phase>
</execution>
</executions>
</plugin>
Expand All @@ -38,16 +36,14 @@
<goals>
<goal>run</goal>
</goals>
<phase>clean</phase>
<priority>200</priority>
<phase>clean[200]</phase>
</execution>
<execution>
<id>400. This should be fourth</id>
<goals>
<goal>run</goal>
</goals>
<phase>clean</phase>
<priority>400</priority>
<phase>clean[400]</phase>
</execution>
</executions>
</plugin>
Expand Down

0 comments on commit 10e5a98

Please sign in to comment.