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>
|
<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>
|
||||||
|
|
Loading…
Reference in New Issue