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-email.git

commit c224079316848e76a834afdb6d432fcb7aca6f69
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Mon Oct 9 09:24:53 2023 -0400

    Move Checkstyle configuration under 'src/conf'
---
 pom.xml                                        | 2 +-
 {conf => src/conf}/HEADER.txt                  | 0
 {conf => src/conf}/checkstyle.xml              | 0
 {conf => src/conf}/spotbugs-exclude-filter.xml | 0
 4 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 365e4e6..47527c6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -458,7 +458,7 @@
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-checkstyle-plugin</artifactId>
                 <configuration>
-                    
<configLocation>${basedir}/conf/checkstyle.xml</configLocation>
+                    
<configLocation>${basedir}/src/conf/checkstyle.xml</configLocation>
                     <enableRulesSummary>false</enableRulesSummary>
                     <headerFile>${basedir}/conf/HEADER.txt</headerFile>
                 </configuration>
diff --git a/conf/HEADER.txt b/src/conf/HEADER.txt
similarity index 100%
rename from conf/HEADER.txt
rename to src/conf/HEADER.txt
diff --git a/conf/checkstyle.xml b/src/conf/checkstyle.xml
similarity index 100%
rename from conf/checkstyle.xml
rename to src/conf/checkstyle.xml
diff --git a/conf/spotbugs-exclude-filter.xml 
b/src/conf/spotbugs-exclude-filter.xml
similarity index 100%
rename from conf/spotbugs-exclude-filter.xml
rename to src/conf/spotbugs-exclude-filter.xml

Reply via email to