diff --git a/spring-boot-parent/pom.xml b/spring-boot-parent/pom.xml index 10b1a92e962..4f1a2647e46 100755 --- a/spring-boot-parent/pom.xml +++ b/spring-boot-parent/pom.xml @@ -444,30 +444,6 @@ - - org.apache.maven.plugins - maven-resources-plugin - - - checkstyle-prepare - validate - - copy-resources - - - ${project.build.directory} - - - ${main.basedir}/spring-boot-parent/src/checkstyle - - checkstyle-import-control.xml - - - - - - - org.apache.maven.plugins maven-checkstyle-plugin diff --git a/spring-boot-parent/src/checkstyle/checkstyle-import-control.xml b/spring-boot-parent/src/checkstyle/checkstyle-import-control.xml deleted file mode 100644 index 2885367f6b4..00000000000 --- a/spring-boot-parent/src/checkstyle/checkstyle-import-control.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/spring-boot-parent/src/checkstyle/checkstyle.xml b/spring-boot-parent/src/checkstyle/checkstyle.xml index 85a7d98753f..cf2d62a23fb 100644 --- a/spring-boot-parent/src/checkstyle/checkstyle.xml +++ b/spring-boot-parent/src/checkstyle/checkstyle.xml @@ -83,9 +83,6 @@ - - - @@ -130,6 +127,13 @@ value="Line has leading space characters; indentation should be performed with tabs only." /> + + + + + +