You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by pa...@apache.org on 2023/04/11 06:50:07 UTC

[shardingsphere] branch master updated: Adjust pmd plugin (#25097)

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

panjuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new 3fb46e564e1 Adjust pmd plugin (#25097)
3fb46e564e1 is described below

commit 3fb46e564e1ed584eb9ca61c0f2a48e3e161101b
Author: Liang Zhang <zh...@apache.org>
AuthorDate: Tue Apr 11 14:49:57 2023 +0800

    Adjust pmd plugin (#25097)
---
 pom.xml | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index e7251bf0468..a2dd1a24ec9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -901,13 +901,10 @@
                     <version>${maven-pmd-plugin.version}</version>
                     <configuration>
                         <aggregate>true</aggregate>
-                        <sourceEncoding>${project.build.sourceEncoding}</sourceEncoding>
                         <targetJdk>${java.version}</targetJdk>
-                        <configuration>
-                            <rulesets>
-                                <ruleset>src/resources/pmd.xml</ruleset>
-                            </rulesets>
-                        </configuration>
+                        <rulesets>
+                            <ruleset>src/resources/pmd.xml</ruleset>
+                        </rulesets>
                     </configuration>
                 </plugin>
                 <plugin>