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 bc4be33174..054c146ddd 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 @@ -182,6 +183,9 @@ validate + + ${disable.checks} + validate @@ -209,6 +213,7 @@ checkstyle-validation validate + ${disable.checks} ../spring-boot-parent/src/checkstyle/checkstyle.xml ../spring-boot-parent/src/checkstyle/checkstyle-suppressions.xml true @@ -275,4 +280,17 @@ + + + fast + + + fast + + + + true + + +