From aff4499e154e34d050d0b099ed1b7fae85cddcef Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Fri, 16 Oct 2020 19:24:26 +0200 Subject: [PATCH] [MPMD-290] - Skip integration test for maven < 3.3 --- src/it/MPMD-290-cpd-for-csharp/invoker.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/src/it/MPMD-290-cpd-for-csharp/invoker.properties b/src/it/MPMD-290-cpd-for-csharp/invoker.properties index 7154df42..8e845381 100644 --- a/src/it/MPMD-290-cpd-for-csharp/invoker.properties +++ b/src/it/MPMD-290-cpd-for-csharp/invoker.properties @@ -15,6 +15,7 @@ # specific language governing permissions and limitations # under the License. +invoker.maven.version = 3.3+ invoker.goals = clean verify invoker.buildResult = failure invoker.debug = true