From e1d0e25da4f0d49adcd6d2bc2dc5f4f0bef4adfd Mon Sep 17 00:00:00 2001 From: "Singal, Kapil (ks220y)" Date: Mon, 1 Feb 2021 22:06:16 -0500 Subject: Adding maven-deploy-plugin with deployeAtEnd true Issue-ID: CCSDK-3126 Signed-off-by: Singal, Kapil (ks220y) Change-Id: I5c89ab63f58084808038e58b413bf51c29bcb93b --- springboot/spring-boot-setup/src/main/resources/pom-template.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'springboot/spring-boot-setup/src') diff --git a/springboot/spring-boot-setup/src/main/resources/pom-template.xml b/springboot/spring-boot-setup/src/main/resources/pom-template.xml index 37f95e3d..9ea93253 100644 --- a/springboot/spring-boot-setup/src/main/resources/pom-template.xml +++ b/springboot/spring-boot-setup/src/main/resources/pom-template.xml @@ -509,7 +509,6 @@ - @@ -606,6 +605,10 @@ + + org.apache.maven.plugins + maven-deploy-plugin + maven-checkstyle-plugin -- cgit 1.2.3-korg