From 36b11f4455076840df0af3dc51d825358f899198 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Boutemy?= Date: Mon, 8 Jun 2020 21:40:54 +0200 Subject: [PATCH] [MSITE-863] revert ae9c132, not caused by Java 7 but Maven 3.6.0- --- src/it/projects/MSITE-512/invoker.properties | 20 ------------------- .../full-reporting/invoker.properties | 5 +---- 2 files changed, 1 insertion(+), 24 deletions(-) delete mode 100644 src/it/projects/MSITE-512/invoker.properties diff --git a/src/it/projects/MSITE-512/invoker.properties b/src/it/projects/MSITE-512/invoker.properties deleted file mode 100644 index a67e6660..00000000 --- a/src/it/projects/MSITE-512/invoker.properties +++ /dev/null @@ -1,20 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you under the Apache License, Version 2.0 (the -# "License"); you may not use this file except in compliance -# with the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, -# software distributed under the License is distributed on an -# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -# KIND, either express or implied. See the License for the -# specific language governing permissions and limitations -# under the License. - -# 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 1dae1410..84ce0624 100644 --- a/src/it/projects/full-reporting/invoker.properties +++ b/src/it/projects/full-reporting/invoker.properties @@ -17,7 +17,4 @@ invoker.profiles=reporting # see MNG-5140 -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+ +invoker.maven.version = 2.2.2+ \ No newline at end of file