Adding skipPush to quick profile 65/112665/2
authorSingal, Kapil (ks220y) <ks220y@att.com>
Fri, 18 Sep 2020 15:00:50 +0000 (11:00 -0400)
committerKAPIL SINGAL <ks220y@att.com>
Fri, 18 Sep 2020 18:24:06 +0000 (18:24 +0000)
Issue-ID: CCSDK-2834
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: Ib4b8e6ad8221fbd0e3834733d1fc0d8701816827

springboot/spring-boot-setup/src/main/resources/pom-template.xml
springboot/springboot1/pom.xml
springboot/springboot2/pom.xml

index dbeae96..404d3ac 100644 (file)
             <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.)  -->
index 38c7610..bfad141 100644 (file)
             <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.)  -->
index 2782588..16a1110 100644 (file)
             <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.)  -->