From 0f33d4e846e8c5a772ece3f4d8eb286d50cfbb28 Mon Sep 17 00:00:00 2001 From: iaissaoui Date: Tue, 11 Sep 2018 15:00:57 +0100 Subject: [PATCH 1/2] Update pom.xml Getting rid of spring boot mvn plugin, multiple wars created/deployed issue solved --- pom.xml | 38 +++++++++++++++++++++++++------------- 1 file changed, 25 insertions(+), 13 deletions(-) diff --git a/pom.xml b/pom.xml index f9aeba6..eb3c86c 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,6 @@ - 4.0.0 @@ -39,20 +40,31 @@ + + + + + + + + + + + + - org.springframework.boot - spring-boot-maven-plugin + org.apache.maven.plugins + maven-war-plugin + + false + + + + - - org.apache.maven.plugins - maven-war-plugin - 2.3 - - false - target - ROOT - - From 16342bf7f8c0ba86a2752a0b193df5a06d9cb8b6 Mon Sep 17 00:00:00 2001 From: iaissaoui Date: Tue, 11 Sep 2018 22:16:59 +0100 Subject: [PATCH 2/2] Update pom.xml warName & output dir enabled --- pom.xml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index eb3c86c..44ee084 100644 --- a/pom.xml +++ b/pom.xml @@ -58,12 +58,9 @@ maven-war-plugin false - - - - + target + ROOT +