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}