You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2020/05/18 12:27:58 UTC

[commons-parent] branch master updated: Revert to site-plugin 3.8.2

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 2b998dd  Revert to site-plugin 3.8.2
2b998dd is described below

commit 2b998dd0898d6201fab77b264e331865f2151c59
Author: Sebb <se...@apache.org>
AuthorDate: Mon May 18 13:27:23 2020 +0100

    Revert to site-plugin 3.8.2
    
    Version 3.9.0 causes
    
    An API incompatibility was encountered while executing
    org.apache.maven.plugins:maven-site-plugin:3.9.0:site:
    java.lang.NoSuchMethodError:
    org.codehaus.plexus.util.xml.Xpp3Dom.getInputLocation()Ljava/lang/Object;
---
 pom.xml | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 02e3fa5..55e493f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -174,7 +174,13 @@
       </dependencies>
 
     -->
-    <commons.site-plugin.version>3.9.0</commons.site-plugin.version>
+    <!-- 
+    Warning: site-plugin 3.9.0 causes the following error:
+    An API incompatibility was encountered while executing
+     org.apache.maven.plugins:maven-site-plugin:3.9.0:site:
+     java.lang.NoSuchMethodError: org.codehaus.plexus.util.xml.Xpp3Dom.getInputLocation()Ljava/lang/Object;
+    -->
+    <commons.site-plugin.version>3.8.2</commons.site-plugin.version>
     <commons.source-plugin.version>3.2.1</commons.source-plugin.version>
     <commons.spotbugs.version>3.1.12.2</commons.spotbugs.version>
     <commons.surefire-report.version>2.22.2</commons.surefire-report.version>