Commit e70f02c4 authored by Stephane Nicoll's avatar Stephane Nicoll

Relocate checkstyle configuration

See gh-3928
parent 269815db
......@@ -420,7 +420,7 @@
<outputDirectory>${project.build.directory}</outputDirectory>
<resources>
<resource>
<directory>${main.basedir}/spring-boot-parent</directory>
<directory>${main.basedir}/spring-boot-parent/src/checkstyle</directory>
<includes>
<include>checkstyle-import-control.xml</include>
</includes>
......@@ -438,9 +438,9 @@
<id>checkstyle-validation</id>
<phase>validate</phase>
<configuration>
<configLocation>checkstyle.xml</configLocation>
<suppressionsLocation>checkstyle-suppressions.xml</suppressionsLocation>
<headerLocation>checkstyle-header.txt</headerLocation>
<configLocation>src/checkstyle/checkstyle.xml</configLocation>
<suppressionsLocation>src/checkstyle/checkstyle-suppressions.xml</suppressionsLocation>
<headerLocation>src/checkstyle/checkstyle-header.txt</headerLocation>
<propertyExpansion>checkstyle.build.directory=${project.build.directory}</propertyExpansion>
<encoding>UTF-8</encoding>
<consoleOutput>true</consoleOutput>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment