diff --git a/pom.xml b/pom.xml index 78461f2cf..a8fc61ffc 100644 --- a/pom.xml +++ b/pom.xml @@ -268,6 +268,7 @@ + org.apache.maven.plugins maven-enforcer-plugin @@ -401,6 +402,93 @@ + + + com.diffplug.spotless + spotless-maven-plugin + ${spotless.version} + + ${spotless.skip} + + + + + + + + + **/pom.xml + + ${project.build.sourceEncoding} + + false + + + + + + + + + apply + + process-sources + + + + + + org.codehaus.mojo + license-maven-plugin + 2.5.0 + + true + apache_v2 + true + true + test + + The MIT License + Apache Software License - Version 2.0 + ISC + The BSD 3-Clause License + WTFPL + CC-BY + CC0 + Unlicense + Public Domain + + + Eclipse Distribution License - v 1.0 + Bouncy Castle Licence + + + Apache Software License - Version 2.0|Apache License Version 2.0|Apache 2.0| + The Apache License, Version 2.0|Apache License, Version 2.0|Apache-2.0| + The Apache Software License, Version 2.0|Apache License 2.0 + The MIT License|MIT License|The MIT License (MIT)|MIT|MIT-0 + The BSD 3-Clause License|BSD License 3|The BSD License|BSD-3-Clause|BSD-2-Clause|BSD licence + Eclipse Distribution License - v 1.0|EDL 1.0 + Eclipse Public License v2.0|EPL 2.0 + Public Domain|Public Domain, per Creative Commons CC0|The JSON License + + + + + add-third-party + + add-third-party + + + + + + + org.apache.maven.plugins + maven-resources-plugin + 3.3.1 + + org.apache.maven.plugins maven-dependency-plugin @@ -452,39 +540,14 @@ + - com.diffplug.spotless - spotless-maven-plugin - ${spotless.version} - - ${spotless.skip} - - - - - - - - - **/pom.xml - - ${project.build.sourceEncoding} - - false - - - - - - - - - apply - - process-sources - - + + org.apache.maven.plugins + maven-surefire-plugin + ${surefire.version} + org.apache.maven.plugins maven-checkstyle-plugin @@ -544,27 +607,6 @@ https://gitbox.apache.org/repos/asf?p=maven-pmd-plugin.git;a=blob_plain;f=src/ma - - com.github.spotbugs - spotbugs-maven-plugin - 4.8.6.6 - - ${project.rootdir}/.pipeline/spotbugs.xml - - ${project.rootdir}/.pipeline/spotbugs-exclusions.xml - Max - Low - 2048 - - - - - check - - verify - - - org.jacoco jacoco-maven-plugin @@ -584,19 +626,21 @@ https://gitbox.apache.org/repos/asf?p=maven-pmd-plugin.git;a=blob_plain;f=src/ma prepare-agent + initialize default-report report - prepare-package + verify default-check check + verify @@ -640,16 +684,27 @@ https://gitbox.apache.org/repos/asf?p=maven-pmd-plugin.git;a=blob_plain;f=src/ma - - org.apache.maven.plugins - maven-surefire-plugin - ${surefire.version} - - - org.apache.maven.plugins - maven-resources-plugin - 3.3.1 + com.github.spotbugs + spotbugs-maven-plugin + 4.8.6.6 + + ${project.rootdir}/.pipeline/spotbugs.xml + + ${project.rootdir}/.pipeline/spotbugs-exclusions.xml + Max + Low + 2048 + + + + + check + + verify + + + org.owasp dependency-check-maven @@ -664,51 +719,6 @@ https://gitbox.apache.org/repos/asf?p=maven-pmd-plugin.git;a=blob_plain;f=src/ma true - - org.codehaus.mojo - license-maven-plugin - 2.5.0 - - true - apache_v2 - true - true - test - - The MIT License - Apache Software License - Version 2.0 - ISC - The BSD 3-Clause License - WTFPL - CC-BY - CC0 - Unlicense - Public Domain - - - Eclipse Distribution License - v 1.0 - Bouncy Castle Licence - - - Apache Software License - Version 2.0|Apache License Version 2.0|Apache 2.0| - The Apache License, Version 2.0|Apache License, Version 2.0|Apache-2.0| - The Apache Software License, Version 2.0|Apache License 2.0 - The MIT License|MIT License|The MIT License (MIT)|MIT|MIT-0 - The BSD 3-Clause License|BSD License 3|The BSD License|BSD-3-Clause|BSD-2-Clause|BSD licence - Eclipse Distribution License - v 1.0|EDL 1.0 - Eclipse Public License v2.0|EPL 2.0 - Public Domain|Public Domain, per Creative Commons CC0|The JSON License - - - - - add-third-party - - add-third-party - - - -