summaryrefslogtreecommitdiffstats
path: root/springboot/springboot2/pom.xml
diff options
context:
space:
mode:
authorSingal, Kapil (ks220y) <ks220y@att.com>2019-11-20 12:42:58 -0500
committerSingal, Kapil (ks220y) <ks220y@att.com>2019-11-20 12:42:58 -0500
commit9c6ac8827fdb7edc2df9d0276e8d314890cce82d (patch)
treef3e8517d03066909c5c236a87b6e8e7fccb8bba5 /springboot/springboot2/pom.xml
parent61e6aa88a24dfa8dbf15cf4dcbdf59fbd43656b4 (diff)
Skipping format with quick profile
Issue-ID: CCSDK-1949 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I12bdb9b5cca1a3a17f08e96b188f0701bfd977b0
Diffstat (limited to 'springboot/springboot2/pom.xml')
-rwxr-xr-xspringboot/springboot2/pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/springboot/springboot2/pom.xml b/springboot/springboot2/pom.xml
index 2f8b1d79..80a05172 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 -->