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

commit bb50717c3b6e42aff3f6fcd97b5fc92862911754
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Mon Oct 9 08:54:46 2023 -0400

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

diff --git a/pom.xml b/pom.xml
index d9cac29..22d277a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -504,9 +504,9 @@ The following provides more details on the included 
cryptographic software:
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-checkstyle-plugin</artifactId>
         <configuration>
-          <configLocation>${basedir}/checkstyle.xml</configLocation>
+          
<configLocation>${basedir}/src/conf/checkstyle/checkstyle.xml</configLocation>
           <enableRulesSummary>false</enableRulesSummary>
-          
<suppressionsLocation>${basedir}/src/site/resources/checkstyle/checkstyle-suppressions.xml</suppressionsLocation>
+          
<suppressionsLocation>${basedir}/src/conf/checkstyle/checkstyle-suppressions.xml</suppressionsLocation>
         </configuration>
       </plugin>
       <plugin>
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/checkstyle.xml b/src/conf/checkstyle/checkstyle.xml
similarity index 100%
rename from checkstyle.xml
rename to src/conf/checkstyle/checkstyle.xml

Reply via email to