This is an automated email from the ASF dual-hosted git repository.
robbie pushed a commit to branch development
in repository https://gitbox.apache.org/repos/asf/activemq-artemis-examples.git
The following commit(s) were added to refs/heads/development by this push:
new af5ea03 ARTEMIS-4980: dont fork the maven lifecycle, avoid issue from
duplicate source plugin runs
af5ea03 is described below
commit af5ea03cce1faeefb52061c468d36b4776519e48
Author: Robbie Gemmell <[email protected]>
AuthorDate: Thu Aug 8 13:34:01 2024 +0100
ARTEMIS-4980: dont fork the maven lifecycle, avoid issue from duplicate
source plugin runs
---
examples/features/sub-modules/tomcat/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/examples/features/sub-modules/tomcat/pom.xml
b/examples/features/sub-modules/tomcat/pom.xml
index d237745..2f103d0 100644
--- a/examples/features/sub-modules/tomcat/pom.xml
+++ b/examples/features/sub-modules/tomcat/pom.xml
@@ -83,7 +83,7 @@ under the License.
<execution>
<id>tomcat-war-exec</id>
<goals>
- <goal>exec-war</goal>
+ <goal>exec-war-only</goal>
</goals>
<phase>package</phase>
<configuration>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact