OSDN Git Service

move checkstyle config
[jindolf/JinParser.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index a4d521b..baccd51 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -95,8 +95,8 @@
 
         <checkstyle-plugin.version>3.0.0</checkstyle-plugin.version>
         <!-- checkstyleruntime.version>6.19</checkstyleruntime.version -->
-        <checkstyle.config.location>${project.basedir}/checkstyle.xml</checkstyle.config.location>
-        <checkstyle.suppressions.location>${project.basedir}/checkstyle-suppressions.xml</checkstyle.suppressions.location>
+        <checkstyle.config.location>${project.basedir}/config/checkstyle/checkstyle.xml</checkstyle.config.location>
+        <checkstyle.suppressions.location>${project.basedir}/config/checkstyle/checkstyle-suppressions.xml</checkstyle.suppressions.location>
         <checkstyle.enable.rss>false</checkstyle.enable.rss>
 
         <pmd-plugin.version>3.9.0</pmd-plugin.version>