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

robbie 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 ba6ed9c14f NO-JIRA: move unpack execution to process-resources phase
ba6ed9c14f is described below

commit ba6ed9c14fe6f48aab28a66f953d80e7aff6c87f
Author: Robbie Gemmell <rob...@apache.org>
AuthorDate: Fri Jul 11 15:45:49 2025 +0100

    NO-JIRA: move unpack execution to process-resources phase
    
    Ensures it is consistently before the other package phase assembly plugin
    executions regardless of profile activations.
---
 artemis-distribution/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/artemis-distribution/pom.xml b/artemis-distribution/pom.xml
index 61686dd8ed..eaf7068d7b 100644
--- a/artemis-distribution/pom.xml
+++ b/artemis-distribution/pom.xml
@@ -149,7 +149,7 @@
             <executions>
                <execution>
                   <id>unpack</id>
-                  <phase>package</phase>
+                  <phase>process-resources</phase>
                   <goals>
                      <goal>unpack</goal>
                   </goals>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@activemq.apache.org
For additional commands, e-mail: commits-h...@activemq.apache.org
For further information, visit: https://activemq.apache.org/contact


Reply via email to