diff --git a/spring-boot-parent/pom.xml b/spring-boot-parent/pom.xml index c23b423e2c..196a92cd72 100755 --- a/spring-boot-parent/pom.xml +++ b/spring-boot-parent/pom.xml @@ -420,7 +420,7 @@ ${project.build.directory} - ${main.basedir}/spring-boot-parent + ${main.basedir}/spring-boot-parent/src/checkstyle checkstyle-import-control.xml @@ -438,9 +438,9 @@ checkstyle-validation validate - checkstyle.xml - checkstyle-suppressions.xml - checkstyle-header.txt + src/checkstyle/checkstyle.xml + src/checkstyle/checkstyle-suppressions.xml + src/checkstyle/checkstyle-header.txt checkstyle.build.directory=${project.build.directory} UTF-8 true diff --git a/spring-boot-parent/checkstyle-header.txt b/spring-boot-parent/src/checkstyle/checkstyle-header.txt similarity index 100% rename from spring-boot-parent/checkstyle-header.txt rename to spring-boot-parent/src/checkstyle/checkstyle-header.txt diff --git a/spring-boot-parent/checkstyle-import-control.xml b/spring-boot-parent/src/checkstyle/checkstyle-import-control.xml similarity index 100% rename from spring-boot-parent/checkstyle-import-control.xml rename to spring-boot-parent/src/checkstyle/checkstyle-import-control.xml diff --git a/spring-boot-parent/checkstyle-suppressions.xml b/spring-boot-parent/src/checkstyle/checkstyle-suppressions.xml similarity index 100% rename from spring-boot-parent/checkstyle-suppressions.xml rename to spring-boot-parent/src/checkstyle/checkstyle-suppressions.xml diff --git a/spring-boot-parent/checkstyle.xml b/spring-boot-parent/src/checkstyle/checkstyle.xml similarity index 100% rename from spring-boot-parent/checkstyle.xml rename to spring-boot-parent/src/checkstyle/checkstyle.xml