OSDN Git Service

move configuration files to ./config/
authorOlyutorskii <olyutorskii@users.osdn.me>
Sat, 4 May 2019 12:09:08 +0000 (21:09 +0900)
committerOlyutorskii <olyutorskii@users.osdn.me>
Sat, 4 May 2019 12:09:08 +0000 (21:09 +0900)
config/checkstyle/checkstyle-suppressions.xml [moved from checkstyle-suppressions.xml with 100% similarity]
config/checkstyle/checkstyle.xml [moved from checkstyle.xml with 100% similarity]
config/pmd/pmdrules.xml [moved from pmdrules.xml with 100% similarity]
pom.xml

similarity index 100%
rename from pmdrules.xml
rename to config/pmd/pmdrules.xml
diff --git a/pom.xml b/pom.xml
index 438bbe6..8c8c4d4 100644 (file)
--- a/pom.xml
+++ b/pom.xml
 
         <checkstyle-plugin.version>2.17</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.7</pmd-plugin.version>
                 <version>${pmd-plugin.version}</version>
                 <configuration>
                     <rulesets>
-                        <ruleset>${project.basedir}/pmdrules.xml</ruleset>
+                        <ruleset>${project.basedir}/config/pmd/pmdrules.xml</ruleset>
                     </rulesets>
                 </configuration>
                 <reportSets>