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 11:52:26 UTC

[maven-site-plugin] branch stabilize 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 stabilize
in repository https://gitbox.apache.org/repos/asf/maven-site-plugin.git


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

commit 4156e6cab09bbe0f320c03f5789565be1839fa5c
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+