diff --git a/spring-boot-project/spring-boot-parent/pom.xml b/spring-boot-project/spring-boot-parent/pom.xml index a65ad0f87f..78946aedbb 100644 --- a/spring-boot-project/spring-boot-parent/pom.xml +++ b/spring-boot-project/spring-boot-parent/pom.xml @@ -581,6 +581,9 @@ validate + + ${disable.checks} + validate @@ -595,6 +598,7 @@ checkstyle-validation validate + ${disable.checks} src/checkstyle/checkstyle.xml src/checkstyle/checkstyle-suppressions.xml true diff --git a/spring-boot-samples/pom.xml b/spring-boot-samples/pom.xml index 32eca2726f..01a61fd35f 100644 --- a/spring-boot-samples/pom.xml +++ b/spring-boot-samples/pom.xml @@ -16,6 +16,7 @@ ${basedir}/.. 1.8 0.0.2 + false spring-boot-sample-ant @@ -181,6 +182,9 @@ validate + + ${disable.checks} + validate @@ -208,6 +212,7 @@ checkstyle-validation validate + ${disable.checks} ../spring-boot-parent/src/checkstyle/checkstyle.xml ../spring-boot-parent/src/checkstyle/checkstyle-suppressions.xml true @@ -274,4 +279,17 @@ + + + fast + + + fast + + + + true + + +