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

commit 115812fe62ff2ae71e301177130fec0266edabf4
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Nov 26 16:16:25 2023 -0500

    Move PMD files to src/conf
---
 pom.xml                     | 4 ++--
 pmd.xml => src/conf/pmd.xml | 0
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index feef265..70fdf9d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -560,7 +560,7 @@ under the License.
         <configuration>
           <targetJdk>1.8</targetJdk>
           <rulesets>
-            <ruleset>${basedir}/pmd.xml</ruleset>
+            <ruleset>${basedir}/src/conf/pmd.xml</ruleset>
           </rulesets>
         </configuration>
       </plugin>
@@ -692,7 +692,7 @@ under the License.
         <configuration>
           <targetJdk>1.8</targetJdk>
           <rulesets>
-            <ruleset>${basedir}/pmd.xml</ruleset>
+            <ruleset>${basedir}/src/conf/pmd.xml</ruleset>
           </rulesets>
         </configuration>
       </plugin>
diff --git a/pmd.xml b/src/conf/pmd.xml
similarity index 100%
rename from pmd.xml
rename to src/conf/pmd.xml

Reply via email to