From b4747137fdf228ef4d1429fe055c9dca81bb8d3d Mon Sep 17 00:00:00 2001 From: VaughanJackson123 <54801196+VaughanJackson123@users.noreply.github.com> Date: Wed, 9 Mar 2022 14:06:03 +0000 Subject: [PATCH] DSND-585: Repackage the JAR as a Spring Boot app for deployment in E2E environments. (#15) --- pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pom.xml b/pom.xml index 7e6c978..1514370 100644 --- a/pom.xml +++ b/pom.xml @@ -75,6 +75,13 @@ org.springframework.boot spring-boot-maven-plugin + + + + repackage + + + org.apache.maven.plugins