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

mattjuntunen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-configuration.git

commit 663e0d9e27ca96d4534aa1d2ffca2431f63566c9
Author: Matt Juntunen <mattjuntu...@apache.org>
AuthorDate: Sun Jun 19 15:09:21 2022 -0400

    fixing generation of rat and jdepend reports
---
 pom.xml | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7fb102fe..c5166324 100644
--- a/pom.xml
+++ b/pom.xml
@@ -593,7 +593,14 @@
     <japicmp.skip>false</japicmp.skip>
     <commons.jacoco.version>0.8.8</commons.jacoco.version>
     <commons.spotbugs.version>4.7.0.0</commons.spotbugs.version>
-    <commons.javadoc.version>3.4.0</commons.javadoc.version>
+
+    <!-- apache-rat-plugin 0.13 and jdepend-maven-plugin 2.0 both fail with 
LinkageError when generating reports 
+    with maven site plugin 3.11+. However, javadoc 3.4.0+ fails with site 
plugin versions lower than 3.11. So, we'll 
+    use slightly older site and javadoc versions here in order to be able to 
generate all reports. -->
+    
+    <commons.site-plugin.version>3.10.0</commons.site-plugin.version>
+    <commons.javadoc.version>3.3.2</commons.javadoc.version>    
+
     <checkstyle.version>9.3</checkstyle.version>
     <!-- commons.animal-sniffer.version 1.21 fails on Java 17. -->
     <commons.animal-sniffer.version>1.20</commons.animal-sniffer.version>

Reply via email to