summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSingal, Kapil (ks220y) <ks220y@att.com>2020-09-18 11:00:50 -0400
committerSingal, Kapil (ks220y) <ks220y@att.com>2020-09-18 14:22:09 -0400
commit44bb42eacadb45f60f174228bbe39abfdd93dbd8 (patch)
tree21e5507edc7eb65fb91d537ddb05a0ca302d421f
parentbde1f888c4de0d44b5487809d87f0b911bb91af9 (diff)
Adding skipPush to quick profile
Issue-ID: CCSDK-2834 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: Ib4b8e6ad8221fbd0e3834733d1fc0d8701816827
-rw-r--r--springboot/spring-boot-setup/src/main/resources/pom-template.xml2
-rw-r--r--springboot/springboot1/pom.xml2
-rw-r--r--springboot/springboot2/pom.xml2
3 files changed, 6 insertions, 0 deletions
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 97ea8302..d207178b 100644
--- a/springboot/spring-boot-setup/src/main/resources/pom-template.xml
+++ b/springboot/spring-boot-setup/src/main/resources/pom-template.xml
@@ -998,6 +998,8 @@
<id>q</id>
<properties>
<skipTests>true</skipTests>
+ <skipPush>true</skipPush>
+ <docker.skip.push>true</docker.skip.push>
<!-- But NOT <maven.test.skip>true, as that's for compiling, not running, tests;
and that's usually quick. Skipping test compilation with -Pq with maven.test.skip would be
particularly confusing when used in a project with maven-jar-plugin <goal>test-jar, so don't.) -->
diff --git a/springboot/springboot1/pom.xml b/springboot/springboot1/pom.xml
index 0e671c4a..9e449345 100644
--- a/springboot/springboot1/pom.xml
+++ b/springboot/springboot1/pom.xml
@@ -998,6 +998,8 @@
<id>q</id>
<properties>
<skipTests>true</skipTests>
+ <skipPush>true</skipPush>
+ <docker.skip.push>true</docker.skip.push>
<!-- But NOT <maven.test.skip>true, as that's for compiling, not running, tests;
and that's usually quick. Skipping test compilation with -Pq with maven.test.skip would be
particularly confusing when used in a project with maven-jar-plugin <goal>test-jar, so don't.) -->
diff --git a/springboot/springboot2/pom.xml b/springboot/springboot2/pom.xml
index e10a34f4..251a3d9c 100644
--- a/springboot/springboot2/pom.xml
+++ b/springboot/springboot2/pom.xml
@@ -998,6 +998,8 @@
<id>q</id>
<properties>
<skipTests>true</skipTests>
+ <skipPush>true</skipPush>
+ <docker.skip.push>true</docker.skip.push>
<!-- But NOT <maven.test.skip>true, as that's for compiling, not running, tests;
and that's usually quick. Skipping test compilation with -Pq with maven.test.skip would be
particularly confusing when used in a project with maven-jar-plugin <goal>test-jar, so don't.) -->