ARTEMIS-4986 Changing plugin to compile phase to make it simpler on CI

This commit is contained in:
Clebert Suconic 2024-08-13 20:18:11 -04:00
parent 4cc43323bc
commit 5adde5ef43
1 changed files with 2 additions and 2 deletions

View File

@ -281,7 +281,7 @@
<executions> <executions>
<execution> <execution>
<id>unpack-2.30.0</id> <id>unpack-2.30.0</id>
<phase>package</phase> <phase>compile</phase>
<goals> <goals>
<goal>unpack</goal> <goal>unpack</goal>
</goals> </goals>
@ -302,7 +302,7 @@
It will be important to test the switch at the current and previous version. --> It will be important to test the switch at the current and previous version. -->
<execution> <execution>
<id>unpack-2.36.0</id> <id>unpack-2.36.0</id>
<phase>package</phase> <phase>compile</phase>
<goals> <goals>
<goal>unpack</goal> <goal>unpack</goal>
</goals> </goals>