Adding skipPush to quick profile

Issue-ID: CCSDK-2834
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: Ib4b8e6ad8221fbd0e3834733d1fc0d8701816827
diff --git a/springboot/springboot2/pom.xml b/springboot/springboot2/pom.xml
index e10a34f..251a3d9 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.)  -->