diff --git a/spring-boot-parent/pom.xml b/spring-boot-parent/pom.xml index d1402a29475..1a129e061bb 100644 --- a/spring-boot-parent/pom.xml +++ b/spring-boot-parent/pom.xml @@ -509,6 +509,9 @@ validate + + ${disable.checks} + validate @@ -523,6 +526,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 524abeedd28..26af1dcab4f 100644 --- a/spring-boot-samples/pom.xml +++ b/spring-boot-samples/pom.xml @@ -22,6 +22,7 @@ ${basedir}/.. 1.8 0.0.2 + false spring-boot-sample-ant @@ -132,6 +133,9 @@ validate + + ${disable.checks} + validate @@ -159,6 +163,7 @@ checkstyle-validation validate + ${disable.checks} ../spring-boot-parent/src/checkstyle/checkstyle.xml ../spring-boot-parent/src/checkstyle/checkstyle-suppressions.xml true @@ -328,4 +333,17 @@ + + + fast + + + fast + + + + true + + +