This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-csv.git

commit fb43784f1dfbd5fcffdd6017987454bbe1afb6cf
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Mon Oct 9 08:56:34 2023 -0400

    Move Checkstyle configuration under 'src/conf'
---
 pom.xml                                                             | 6 +++---
 src/{site/resources => conf}/checkstyle/checkstyle-header.txt       | 0
 src/{site/resources => conf}/checkstyle/checkstyle-suppressions.xml | 0
 src/{site/resources => conf}/checkstyle/checkstyle.xml              | 0
 4 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3b9411c8..550eb9c2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -167,9 +167,9 @@
     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
     <commons.encoding>UTF-8</commons.encoding>
 
-    
<checkstyle.header.file>${basedir}/src/site/resources/checkstyle/checkstyle-header.txt</checkstyle.header.file>
-    
<checkstyle.config.file>${basedir}/src/site/resources/checkstyle/checkstyle.xml</checkstyle.config.file>
-    
<checkstyle.suppress.file>${basedir}/src/site/resources/checkstyle/checkstyle-suppressions.xml</checkstyle.suppress.file>
+    
<checkstyle.header.file>${basedir}/src/conf/checkstyle/checkstyle-header.txt</checkstyle.header.file>
+    
<checkstyle.config.file>${basedir}/src/conf/checkstyle/checkstyle.xml</checkstyle.config.file>
+    
<checkstyle.suppress.file>${basedir}/src/conf/checkstyle/checkstyle-suppressions.xml</checkstyle.suppress.file>
     <checkstyle.resourceExcludes>LICENSE.txt, NOTICE.txt, 
**/maven-archiver/pom.properties</checkstyle.resourceExcludes>
 
     <japicmp.skip>false</japicmp.skip>
diff --git a/src/site/resources/checkstyle/checkstyle-header.txt 
b/src/conf/checkstyle/checkstyle-header.txt
similarity index 100%
rename from src/site/resources/checkstyle/checkstyle-header.txt
rename to src/conf/checkstyle/checkstyle-header.txt
diff --git a/src/site/resources/checkstyle/checkstyle-suppressions.xml 
b/src/conf/checkstyle/checkstyle-suppressions.xml
similarity index 100%
rename from src/site/resources/checkstyle/checkstyle-suppressions.xml
rename to src/conf/checkstyle/checkstyle-suppressions.xml
diff --git a/src/site/resources/checkstyle/checkstyle.xml 
b/src/conf/checkstyle/checkstyle.xml
similarity index 100%
rename from src/site/resources/checkstyle/checkstyle.xml
rename to src/conf/checkstyle/checkstyle.xml

Reply via email to