From 7dca245d3a13de3bca9283a4fefdb7f8d7bc487b Mon Sep 17 00:00:00 2001 From: Bernd Ahlers Date: Tue, 4 Nov 2014 19:36:02 +0100 Subject: [PATCH] Move checkstyle.xml into config/ directory. --- checkstyle.xml => config/checkstyle.xml | 0 pom.xml | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename checkstyle.xml => config/checkstyle.xml (100%) diff --git a/checkstyle.xml b/config/checkstyle.xml similarity index 100% rename from checkstyle.xml rename to config/checkstyle.xml diff --git a/pom.xml b/pom.xml index fd3ebeea03..4136992f9c 100644 --- a/pom.xml +++ b/pom.xml @@ -922,7 +922,7 @@ true false - checkstyle.xml + config/checkstyle.xml @@ -983,7 +983,7 @@ true false - checkstyle.xml + config/checkstyle.xml