diff --git a/parent/pom.xml b/parent/pom.xml index de2726ff..edc1af59 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -175,6 +175,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 + + + + + @@ -891,6 +936,12 @@ 1.4.1 + + org.apache.maven.plugins + maven-checkstyle-plugin + 3.1.0 + + org.apache.maven.plugins maven-failsafe-plugin