From b0eb5ef71b84a8ea084fade044573042c93f5701 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Sun, 12 Mar 2017 22:27:49 -0700 Subject: [PATCH] Fix checkstyle import control Use fully expanded referenced in an attempt to make the CI happy. Fixes gh-8532 --- spring-boot-parent/pom.xml | 4 ++-- spring-boot-parent/src/checkstyle/checkstyle.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/spring-boot-parent/pom.xml b/spring-boot-parent/pom.xml index f096a5a738..c5a89b8192 100644 --- a/spring-boot-parent/pom.xml +++ b/spring-boot-parent/pom.xml @@ -18,7 +18,7 @@ http://www.spring.io - .. + ${basedir}/.. false 1.8 1.0.2.v20150114 @@ -502,7 +502,7 @@ src/checkstyle/checkstyle.xml src/checkstyle/checkstyle-suppressions.xml src/checkstyle/checkstyle-header.txt - checkstyle.build.directory=${project.build.directory} + main.basedir=${main.basedir} UTF-8 true true diff --git a/spring-boot-parent/src/checkstyle/checkstyle.xml b/spring-boot-parent/src/checkstyle/checkstyle.xml index 01aad59145..987cde3447 100644 --- a/spring-boot-parent/src/checkstyle/checkstyle.xml +++ b/spring-boot-parent/src/checkstyle/checkstyle.xml @@ -78,7 +78,7 @@ - +