Skipping format with quick profile

Issue-ID: CCSDK-1949
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: I12bdb9b5cca1a3a17f08e96b188f0701bfd977b0
diff --git a/springboot/springboot2/pom.xml b/springboot/springboot2/pom.xml
index 2f8b1d7..80a0517 100755
--- a/springboot/springboot2/pom.xml
+++ b/springboot/springboot2/pom.xml
@@ -1024,6 +1024,8 @@
                 <mdsal.skip.verbose>true</mdsal.skip.verbose> <!-- Bug 6236 -->
                 <maven.gitcommitid.skip>true</maven.gitcommitid.skip>
                 <modernizer.skip>true</modernizer.skip>
+                <format.skipExecute>true</format.skipExecute>
+                <format.skipValidate>true</format.skipValidate>
             </properties>
         </profile>
         <!-- End of profiles from ONAP oparent -->