From dd2d2d783513174d301d82d7a749ae5545eb1078 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Tue, 18 Jun 2019 10:08:09 +0200 Subject: [PATCH] #836 - Integrate nohttp tooling into CI build profile. --- parent/pom.xml | 51 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) diff --git a/parent/pom.xml b/parent/pom.xml index fb7b6a36..6248c23e 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -162,6 +162,51 @@ + + org.apache.maven.plugins + maven-checkstyle-plugin + + + com.puppycrawl.tools + checkstyle + 8.21 + + + io.spring.nohttp + nohttp-checkstyle + 0.0.3.RELEASE + + + + + + + + + + + + + + + + **/* + .git/**/*,target/**/*,**/target/**/*,.idea/**/*,**/spring.schemas,**/*.svg,mvnw,mvnw.cmd,**/*.graphml,work/**/* + ./ + + + + + validate + + + check + + + + + @@ -815,6 +860,12 @@ 1.4.1 + + org.apache.maven.plugins + maven-checkstyle-plugin + 3.1.0 + + org.apache.maven.plugins maven-failsafe-plugin