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