diff --git a/pom.xml b/pom.xml
index ad1e8857c1..84adb656b8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -488,6 +488,36 @@ Additionally it includes CPD, the copy-paste-detector. CPD finds duplicated code
org.apache.maven.plugins
maven-checkstyle-plugin
${checkstyle.version}
+
+
+ checkstyle-check
+ verify
+
+ check
+
+
+
+
+
+ com.puppycrawl.tools
+ checkstyle
+ 8.12
+
+
+ net.sourceforge.pmd
+ pmd-build-tools-config
+ ${pmd.build-tools.version}
+
+
+
+ /net/sourceforge/pmd/pmd-checkstyle-config.xml
+ /net/sourceforge/pmd/pmd-checkstyle-suppressions.xml
+ true
+
+ ${project.build.sourceDirectory}
+
+ **/*.properties,**/*.less
+
org.apache.maven.plugins
@@ -640,36 +670,7 @@ Additionally it includes CPD, the copy-paste-detector. CPD finds duplicated code
org.apache.maven.plugins
maven-checkstyle-plugin
-
-
- checkstyle-check
- verify
-
- check
-
-
-
-
-
- com.puppycrawl.tools
- checkstyle
- 8.12
-
-
- net.sourceforge.pmd
- pmd-build-tools-config
- ${pmd.build-tools.version}
-
-
-
- /net/sourceforge/pmd/pmd-checkstyle-config.xml
- /net/sourceforge/pmd/pmd-checkstyle-suppressions.xml
- true
-
- ${project.build.sourceDirectory}
-
- **/*.properties,**/*.less
-
+
org.apache.maven.plugins
@@ -745,14 +746,7 @@ Additionally it includes CPD, the copy-paste-detector. CPD finds duplicated code
org.apache.maven.plugins
maven-checkstyle-plugin
${checkstyle.version}
-
- /net/sourceforge/pmd/pmd-checkstyle-config.xml
- /net/sourceforge/pmd/pmd-checkstyle-suppressions.xml
- true
-
- ${project.build.sourceDirectory}
-
-
+