diff --git a/pom.xml b/pom.xml
index 83cb98c4de..5cfc1946c9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -64,7 +64,6 @@
replacer
1.5.3
-
diff --git a/spring-boot-parent/pom.xml b/spring-boot-parent/pom.xml
index b77267aa9e..98942ccfda 100644
--- a/spring-boot-parent/pom.xml
+++ b/spring-boot-parent/pom.xml
@@ -539,6 +539,40 @@
src/checkstyle/checkstyle.xml
src/checkstyle/checkstyle-suppressions.xml
true
+
+
+ check
+
+
+
+ nohttp-checkstyle-validation
+ validate
+
+ ${disable.checks}
+ src/checkstyle/nohttp-checkstyle.xml
+ src/checkstyle/nohttp-checkstyle-suppressions.xml
+ main.basedir=${main.basedir}
+ ./
+ **/*
+ .git/**/*,target/**/*
+
+
+ check
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-checkstyle-plugin
+
+
+ nohttp-checkstyle-validation
+ validate
+
+ ${disable.checks}
+ src/checkstyle/nohttp-checkstyle.xml
+ src/checkstyle/nohttp-checkstyle-suppressions.xml
main.basedir=${main.basedir}
./
**/*
diff --git a/spring-boot-parent/src/checkstyle/checkstyle-suppressions.xml b/spring-boot-parent/src/checkstyle/checkstyle-suppressions.xml
index d9051e72e9..64f1fde520 100644
--- a/spring-boot-parent/src/checkstyle/checkstyle-suppressions.xml
+++ b/spring-boot-parent/src/checkstyle/checkstyle-suppressions.xml
@@ -3,11 +3,7 @@
"-//Checkstyle//DTD SuppressionFilter Configuration 1.2//EN"
"https://checkstyle.org/dtds/suppressions_1_2.dtd">
-
-
-
-
diff --git a/spring-boot-parent/src/checkstyle/checkstyle.xml b/spring-boot-parent/src/checkstyle/checkstyle.xml
index 9bc8ad31b5..7eba2cff9e 100644
--- a/spring-boot-parent/src/checkstyle/checkstyle.xml
+++ b/spring-boot-parent/src/checkstyle/checkstyle.xml
@@ -1,9 +1,6 @@
-
-
-
diff --git a/spring-boot-parent/src/checkstyle/nohttp-checkstyle-suppressions.xml b/spring-boot-parent/src/checkstyle/nohttp-checkstyle-suppressions.xml
new file mode 100644
index 0000000000..9c6ba7eeaf
--- /dev/null
+++ b/spring-boot-parent/src/checkstyle/nohttp-checkstyle-suppressions.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
diff --git a/spring-boot-parent/src/checkstyle/nohttp-checkstyle.xml b/spring-boot-parent/src/checkstyle/nohttp-checkstyle.xml
new file mode 100644
index 0000000000..cd4f96f7ec
--- /dev/null
+++ b/spring-boot-parent/src/checkstyle/nohttp-checkstyle.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
diff --git a/spring-boot-parent/src/checkstyle/nohttp-whitelist.txt b/spring-boot-parent/src/checkstyle/nohttp-whitelist.txt
index 2c6f8a3b61..9cc1b36ff9 100644
--- a/spring-boot-parent/src/checkstyle/nohttp-whitelist.txt
+++ b/spring-boot-parent/src/checkstyle/nohttp-whitelist.txt
@@ -1,2 +1,6 @@
-^http://livereload.com/protocols/official-7.*
+^http://docs.groovy-lang.org.*
^http://exslt.org/common.*
+^http://groovy-lang.org.*
+^http://hsqldb.org.*
+^http://livereload.com/.*
+^http://www.jdotsoft.com.*
\ No newline at end of file
diff --git a/spring-boot-samples/pom.xml b/spring-boot-samples/pom.xml
index 363da7bb30..6863b0baec 100644
--- a/spring-boot-samples/pom.xml
+++ b/spring-boot-samples/pom.xml
@@ -171,6 +171,18 @@
../spring-boot-parent/src/checkstyle/checkstyle.xml
../spring-boot-parent/src/checkstyle/checkstyle-suppressions.xml
true
+
+
+ check
+
+
+
+ nohttp-checkstyle-validation
+ validate
+
+ ${disable.checks}
+ ../spring-boot-parent/src/checkstyle/nohttp-checkstyle.xml
+ ../spring-boot-parent/src/checkstyle/nohttp-checkstyle-suppressions.xml
main.basedir=${main.basedir}
./
**/*