From 1e6ccae88426aa8c2d257fe0f42c382ea9b9c14e Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Mon, 13 Jun 2022 08:58:58 -0400 Subject: [PATCH] Fix and update site build (except jdepend/site broken compatibility) --- pom.xml | 80 ++++++++++++++++++++++++++++------------------- src/site/site.xml | 31 +++++++++--------- 2 files changed, 65 insertions(+), 46 deletions(-) diff --git a/pom.xml b/pom.xml index 8a67c11d8..2ed478f38 100644 --- a/pom.xml +++ b/pom.xml @@ -590,12 +590,16 @@ RC1 3.1.2 9.3 + 3.17.0 + 6.46.0 collections https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-collections site-content - - + + 0.14 + + true 2.8 0.8.8 5.8.2 @@ -614,6 +618,40 @@ clean verify apache-rat:check checkstyle:check japicmp:cmp javadoc:javadoc + + + + org.apache.maven.plugins + maven-pmd-plugin + ${commons.pmd.version} + + + net.sourceforge.pmd + pmd-core + ${commons.pmd-impl.version} + + + net.sourceforge.pmd + pmd-java + ${commons.pmd-impl.version} + + + net.sourceforge.pmd + pmd-javascript + ${commons.pmd-impl.version} + + + net.sourceforge.pmd + pmd-jsp + ${commons.pmd-impl.version} + + + + ${maven.compiler.target} + + + + org.apache.maven.plugins @@ -767,37 +805,16 @@ - org.codehaus.mojo - clirr-maven-plugin - ${commons.clirr.version} - - ${minSeverity} - + com.github.siom79.japicmp + japicmp-maven-plugin - org.codehaus.mojo - findbugs-maven-plugin - ${commons.findbugs.version} - - Normal - Default - ${basedir}/src/conf/findbugs-exclude-filter.xml - + com.github.spotbugs + spotbugs-maven-plugin - + + org.apache.maven.plugins maven-pmd-plugin - 3.17.0 - - ${maven.compiler.target} - - - - - pmd - cpd - - - @@ -815,7 +832,6 @@ org.apache.maven.plugins maven-antrun-plugin - 3.1.0 prepare-checkout @@ -824,7 +840,7 @@ run - + @@ -839,7 +855,7 @@ - + diff --git a/src/site/site.xml b/src/site/site.xml index 0503fd19c..48df0c5d3 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -22,20 +22,23 @@ /index.html - - - - - - - + + + + + + + + - - - - - - - + + + + + + + +