ARTEMIS-4986 Changing plugin to compile phase to make it simpler on CI
This commit is contained in:
parent
4cc43323bc
commit
5adde5ef43
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue