From 6fee10d5376e5c45e0984738de87f1edd06e980d 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 98577729b01..2f8469e9fec 100644 --- a/pom.xml +++ b/pom.xml @@ -483,7 +483,7 @@ org.apache.maven.plugins maven-invoker-plugin - 3.2.0 + 3.2.1-SNAPSHOT ${it.debug} ${java.home} @@ -2021,4 +2021,27 @@ + + + apache.snapshots + https://repository.apache.org/content/repositories/snapshots + + false + + + true + + + + plexus-snapshots + https://oss.sonatype.org/content/repositories/plexus-snapshots + + false + + + true + + + +