From 50469fdcd0987bed114ac57bbb424449b9c44597 Mon Sep 17 00:00:00 2001 From: David Turanski Date: Tue, 19 May 2020 18:03:05 -0400 Subject: [PATCH] Bring checkstyle local --- pom.xml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 94c3cc2f..dbceaf2d 100644 --- a/pom.xml +++ b/pom.xml @@ -24,14 +24,15 @@ true true 8.29 + ../etc/checkstyle - https://raw.githubusercontent.com/spring-cloud/spring-cloud-build/master/spring-cloud-build-tools/src/checkstyle/checkstyle-suppressions.xml + ${checkstyle.location}/checkstyle-suppressions.xml - https://raw.githubusercontent.com/spring-cloud/spring-cloud-build/master/spring-cloud-build-tools/src/checkstyle/nohttp-checkstyle.xml + ${checkstyle.location}/nohttp-checkstyle.xml - https://raw.githubusercontent.com/spring-cloud/spring-cloud-build/master/spring-cloud-build-tools/src/checkstyle/checkstyle-suppressions.xml + ${checkstyle.location}/checkstyle-suppressions.xml 0.0.2.RELEASE true @@ -179,8 +180,8 @@ true ${disable.checks} - checkstyle.xml - checkstyle-header.txt + ${checkstyle.location}/checkstyle.xml + ${checkstyle.location}/checkstyle-header.txt checkstyle.build.directory=${project.build.directory} checkstyle.suppressions.file=${checkstyle.suppressions.file}