diff options
Diffstat (limited to 'springboot/spring-boot-setup/src/main')
-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 97ea8302..d207178b 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.) --> |