From d103a7f930a835ffdccfa9f57ea09411de9215d8 Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Tue, 19 Sep 2017 23:12:28 +0100 Subject: [PATCH] Referencing checkstyle from the sc-build --- pom.xml | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/pom.xml b/pom.xml index 9aadf5ba46..daf6e22863 100644 --- a/pom.xml +++ b/pom.xml @@ -295,30 +295,6 @@ org.apache.maven.plugins maven-checkstyle-plugin - ${checkstyle.version} - - - org.springframework.cloud - spring-cloud-build-tools - ${spring-cloud-build.version} - - - - - validate - validate - - checkstyle.xml - LICENSE.txt - true - true - ${project.build.directory}/** - - - check - - - @@ -328,12 +304,6 @@ org.apache.maven.plugins maven-checkstyle-plugin - ${checkstyle.version} - - checkstyle.xml - LICENSE.txt - ${project.build.directory}/** -