diff options
author | Singal, Kapil (ks220y) <ks220y@att.com> | 2020-09-18 11:00:50 -0400 |
---|---|---|
committer | KAPIL SINGAL <ks220y@att.com> | 2020-09-18 18:24:06 +0000 |
commit | 69b1e6ab1db344844d6757bf9f456c9c18a19766 (patch) | |
tree | 34f7310671d96cb922ce58dd4ec4a0defd44b3a1 /springboot/spring-boot-setup/src | |
parent | fac389821231abdde7ed1c19b87cd0aa9ec4b115 (diff) |
Adding skipPush to quick profile
Issue-ID: CCSDK-2834
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: Ib4b8e6ad8221fbd0e3834733d1fc0d8701816827
Diffstat (limited to 'springboot/spring-boot-setup/src')
-rw-r--r-- | springboot/spring-boot-setup/src/main/resources/pom-template.xml | 2 |
1 files changed, 2 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 dbeae968..404d3ac2 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.) --> |