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 ++++- springboot/springboot1/pom.xml | 5 ++++- springboot/springboot2/pom.xml | 5 ++++- 3 files changed, 12 insertions(+), 3 deletions(-) (limited to 'springboot') 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 diff --git a/springboot/springboot1/pom.xml b/springboot/springboot1/pom.xml index 4009754e..bf0e4aac 100644 --- a/springboot/springboot1/pom.xml +++ b/springboot/springboot1/pom.xml @@ -509,7 +509,6 @@ - @@ -606,6 +605,10 @@ + + org.apache.maven.plugins + maven-deploy-plugin + maven-checkstyle-plugin diff --git a/springboot/springboot2/pom.xml b/springboot/springboot2/pom.xml index 5746f52a..82823b71 100644 --- a/springboot/springboot2/pom.xml +++ b/springboot/springboot2/pom.xml @@ -509,7 +509,6 @@ - @@ -606,6 +605,10 @@ + + org.apache.maven.plugins + maven-deploy-plugin + maven-checkstyle-plugin -- cgit 1.2.3-korg