From af5ea03cce1faeefb52061c468d36b4776519e48 Mon Sep 17 00:00:00 2001 From: Robbie Gemmell Date: Thu, 8 Aug 2024 13:34:01 +0100 Subject: [PATCH] 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. tomcat-war-exec - exec-war + exec-war-only package