From d8d1ecf6a15b17e755c18da52b9527ebed869958 Mon Sep 17 00:00:00 2001 From: olivier lamy Date: Thu, 31 Jan 2019 09:39:21 +1000 Subject: [PATCH] use snapshot of maven-invoker-plugin because of NPE https://issues.apache.org/jira/browse/MINVOKER-247 Signed-off-by: olivier lamy --- pom.xml | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index cab78307d50..c24f66dd589 100644 --- a/pom.xml +++ b/pom.xml @@ -490,7 +490,7 @@ org.apache.maven.plugins maven-invoker-plugin - 3.2.0 + 3.2.1-SNAPSHOT ${it.debug} ${java.home} @@ -1531,4 +1531,27 @@ + + + apache.snapshots + https://repository.apache.org/content/repositories/snapshots + + false + + + true + + + + plexus-snapshots + https://oss.sonatype.org/content/repositories/plexus-snapshots + + false + + + true + + + +