diff --git a/pom.xml b/pom.xml index 8dcba4e..feef265 100644 --- a/pom.xml +++ b/pom.xml @@ -548,7 +548,7 @@ under the License. org.apache.maven.plugins maven-checkstyle-plugin - ${basedir}/checkstyle.xml + ${basedir}/src/conf/checkstyle.xml true false @@ -663,7 +663,7 @@ under the License. org.apache.maven.plugins maven-checkstyle-plugin - ${basedir}/checkstyle.xml + ${basedir}/src/conf/checkstyle.xml false diff --git a/checkstyle-header.txt b/src/conf/checkstyle-header.txt similarity index 100% rename from checkstyle-header.txt rename to src/conf/checkstyle-header.txt diff --git a/checkstyle.xml b/src/conf/checkstyle.xml similarity index 100% rename from checkstyle.xml rename to src/conf/checkstyle.xml