You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2019/11/10 12:05:57 UTC

[maven-site-plugin] branch master updated: MSITE-851 avoid IT failure with old JDK 7 caused by plexus-utils upgrade

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

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new ae9c132  MSITE-851 avoid IT failure with old JDK 7 caused by plexus-utils upgrade
ae9c132 is described below

commit ae9c132c8eed7e4cbe0b80e5afb0e0107b676677
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Sun Nov 10 12:52:22 2019 +0100

    MSITE-851 avoid IT failure with old JDK 7 caused by plexus-utils upgrade
---
 .gitignore                                                       | 1 +
 src/it/projects/{full-reporting => MSITE-512}/invoker.properties | 6 +++---
 src/it/projects/full-reporting/invoker.properties                | 5 ++++-
 3 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/.gitignore b/.gitignore
index f79c928..5b67d54 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,4 @@ out/
 /bootstrap
 /dependencies.xml
 .java-version
+/dependency-reduced-pom.xml
diff --git a/src/it/projects/full-reporting/invoker.properties b/src/it/projects/MSITE-512/invoker.properties
similarity index 79%
copy from src/it/projects/full-reporting/invoker.properties
copy to src/it/projects/MSITE-512/invoker.properties
index 84ce062..a67e666 100644
--- a/src/it/projects/full-reporting/invoker.properties
+++ b/src/it/projects/MSITE-512/invoker.properties
@@ -15,6 +15,6 @@
 # specific language governing permissions and limitations
 # under the License.
 
-invoker.profiles=reporting
-# see MNG-5140
-invoker.maven.version = 2.2.2+
\ No newline at end of file
+# IT failing with JDK 7 and Maven < 3.6 (Caused by: java.lang.NoSuchMethodError: org.codehaus.plexus.util.xml.Xpp3Dom.getInputLocation()Ljava/lang/Object;)
+# just ignore JDK 7 now...
+invoker.java.version = 8+
diff --git a/src/it/projects/full-reporting/invoker.properties b/src/it/projects/full-reporting/invoker.properties
index 84ce062..1dae141 100644
--- a/src/it/projects/full-reporting/invoker.properties
+++ b/src/it/projects/full-reporting/invoker.properties
@@ -17,4 +17,7 @@
 
 invoker.profiles=reporting
 # see MNG-5140
-invoker.maven.version = 2.2.2+
\ No newline at end of file
+invoker.maven.version = 2.2.2+
+# IT failing with JDK 7 and Maven < 3.6 (Caused by: java.lang.NoSuchMethodError: org.codehaus.plexus.util.xml.Xpp3Dom.getInputLocation()Ljava/lang/Object;)
+# just ignore JDK 7 now...
+invoker.java.version = 8+