This is an automated email from the ASF dual-hosted git repository.

clebertsuconic pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


The following commit(s) were added to refs/heads/main by this push:
     new 5adde5ef43 ARTEMIS-4986 Changing plugin to compile phase to make it 
simpler on CI
5adde5ef43 is described below

commit 5adde5ef4352c8af126ae64eaedb800649371381
Author: Clebert Suconic <[email protected]>
AuthorDate: Tue Aug 13 20:18:11 2024 -0400

    ARTEMIS-4986 Changing plugin to compile phase to make it simpler on CI
---
 tests/compatibility-tests/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/compatibility-tests/pom.xml 
b/tests/compatibility-tests/pom.xml
index b5cfb1b199..e2b4d012b4 100644
--- a/tests/compatibility-tests/pom.xml
+++ b/tests/compatibility-tests/pom.xml
@@ -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>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact


Reply via email to