From 2bfcefa48eaf7fcb5a102b079c0f7655e612e89f Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 30 May 2018 13:24:06 -0700 Subject: [PATCH] Reinstate support for disabling build checking Closes gh-13291 --- spring-boot-parent/pom.xml | 4 ++++ spring-boot-samples/pom.xml | 18 ++++++++++++++++++ 2 files changed, 22 insertions(+) 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 + + +