From 58fa793e67f837217b0c8640ad560d5c1f8d87df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Fournier?= Date: Fri, 24 Jan 2020 23:11:18 +0100 Subject: [PATCH] Fix indentation in poms For some reason pmd-apex and pmd-apex-jorje use 2 spaces while the rest use 4. --- pmd-core/pom.xml | 42 +++++++++++++-------------- pmd-doc/pom.xml | 6 ++-- pmd-java/pom.xml | 24 ++++++++-------- pmd-lang-test/pom.xml | 66 +++++++++++++++++++++---------------------- pom.xml | 66 +++++++++++++++++++++---------------------- 5 files changed, 102 insertions(+), 102 deletions(-) diff --git a/pmd-core/pom.xml b/pmd-core/pom.xml index 0b9a61ea5b..80aab40792 100644 --- a/pmd-core/pom.xml +++ b/pmd-core/pom.xml @@ -101,8 +101,8 @@ antlr4-runtime - com.beust - jcommander + com.beust + jcommander commons-io @@ -190,14 +190,14 @@ - m2e - - - - m2e.version - - - + m2e + + + + m2e.version + + + - - - - idea.maven.embedder.version - - - + idea + + + + + idea.maven.embedder.version + + + jaxen jaxen false - + diff --git a/pmd-doc/pom.xml b/pmd-doc/pom.xml index f1efc7fe1a..757a7b1499 100644 --- a/pmd-doc/pom.xml +++ b/pmd-doc/pom.xml @@ -95,9 +95,9 @@ commons-lang3 - org.apache.commons - commons-text - 1.6 + org.apache.commons + commons-text + 1.6 org.yaml diff --git a/pmd-java/pom.xml b/pmd-java/pom.xml index 1a5367f636..0dff843f17 100644 --- a/pmd-java/pom.xml +++ b/pmd-java/pom.xml @@ -154,18 +154,18 @@ slf4j-api test - - org.apache.logging.log4j - log4j-api - 2.12.1 - test - - - org.apache.logging.log4j - log4j-core - 2.12.1 - test - + + org.apache.logging.log4j + log4j-api + 2.12.1 + test + + + org.apache.logging.log4j + log4j-core + 2.12.1 + test + junit junit diff --git a/pmd-lang-test/pom.xml b/pmd-lang-test/pom.xml index d1ac5b4405..a245fd9193 100644 --- a/pmd-lang-test/pom.xml +++ b/pmd-lang-test/pom.xml @@ -45,39 +45,39 @@ - org.jetbrains.dokka - dokka-maven-plugin - ${dokka.version} - - - package - - - dokka - - - - - - org.apache.maven.plugins - maven-jar-plugin - - - kotlin-javadoc - package - - jar - - - ${project.build.directory}/dokka - javadoc - - - - + org.jetbrains.dokka + dokka-maven-plugin + ${dokka.version} + + + package + + + dokka + + + + + + org.apache.maven.plugins + maven-jar-plugin + + + kotlin-javadoc + package + + jar + + + ${project.build.directory}/dokka + javadoc + + + + diff --git a/pom.xml b/pom.xml index fb30089200..d8abf23ab3 100644 --- a/pom.xml +++ b/pom.xml @@ -8,13 +8,13 @@ PMD -PMD is a source code analyzer. It finds common programming flaws like unused variables, empty catch blocks, -unnecessary object creation, and so forth. It supports Java, JavaScript, Salesforce.com Apex and Visualforce, -Modelica, PLSQL, Apache Velocity, XML, XSL, Scala. + PMD is a source code analyzer. It finds common programming flaws like unused variables, empty catch blocks, + unnecessary object creation, and so forth. It supports Java, JavaScript, Salesforce.com Apex and Visualforce, + Modelica, PLSQL, Apache Velocity, XML, XSL, Scala. -Additionally it includes CPD, the copy-paste-detector. CPD finds duplicated code in -C/C++, C#, Dart, Fortran, Go, Groovy, Java, JavaScript, JSP, Kotlin, Lua, Matlab, Modelica, -Objective-C, Perl, PHP, PLSQL, Python, Ruby, Salesforce.com Apex, Scala, Swift and Visualforce. + Additionally it includes CPD, the copy-paste-detector. CPD finds duplicated code in + C/C++, C#, Dart, Fortran, Go, Groovy, Java, JavaScript, JSP, Kotlin, Lua, Matlab, Modelica, + Objective-C, Perl, PHP, PLSQL, Python, Ruby, Salesforce.com Apex, Scala, Swift and Visualforce. https://pmd.github.io/ @@ -297,7 +297,7 @@ Objective-C, Perl, PHP, PLSQL, Python, Ruby, Salesforce.com Apex, Scala, Swift a checkstyle-check verify - check + check @@ -388,9 +388,9 @@ Objective-C, Perl, PHP, PLSQL, Python, Ruby, Salesforce.com Apex, Scala, Swift a 1.6.8 - org.jacoco - jacoco-maven-plugin - 0.8.5 + org.jacoco + jacoco-maven-plugin + 0.8.5 @@ -616,9 +616,9 @@ Objective-C, Perl, PHP, PLSQL, Python, Ruby, Salesforce.com Apex, Scala, Swift a - com.beust - jcommander - 1.72 + com.beust + jcommander + 1.72 org.ow2.asm @@ -914,16 +914,16 @@ Objective-C, Perl, PHP, PLSQL, Python, Ruby, Salesforce.com Apex, Scala, Swift a - org.jacoco - jacoco-maven-plugin - - - default-prepare-agent - - prepare-agent - - - + org.jacoco + jacoco-maven-plugin + + + default-prepare-agent + + prepare-agent + + + org.eluder.coveralls @@ -963,16 +963,16 @@ Objective-C, Perl, PHP, PLSQL, Python, Ruby, Salesforce.com Apex, Scala, Swift a - org.jacoco - jacoco-maven-plugin - - - default-prepare-agent - - prepare-agent - - - + org.jacoco + jacoco-maven-plugin + + + default-prepare-agent + + prepare-agent + + +