From 0d83ea75b2b9589c4a94f091205c4c4678aa5be4 Mon Sep 17 00:00:00 2001 From: MK13 Date: Mon, 11 Mar 2019 21:58:33 +0100 Subject: [PATCH] Add build-war maven profile The profile builds a .war file with no embedded tomcat, so it can be deployed on a standalone tomcat instance --- pom.xml | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 790b37d..54c048d 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ de.77zzcx7 financer 1.0-SNAPSHOT - jar + ${packaging.type} financer @@ -23,6 +23,7 @@ 1.9 1.9 1.9 + jar @@ -58,7 +59,6 @@ jollyday 0.5.7 - org.glassfish.jaxb jaxb-runtime @@ -154,5 +154,24 @@ + + + build-war + + war + + + + org.springframework.boot + spring-boot-starter-tomcat + provided + + + org.glassfish.jaxb + jaxb-runtime + provided + + +