Upgrade to Maven Invoker 3.3.0
Closes gh-45904
This commit is contained in:
@@ -167,7 +167,7 @@ class MavenBuild {
|
||||
request.setBaseDirectory(this.temp);
|
||||
request.setJavaHome(new File(System.getProperty("java.home")));
|
||||
request.setProperties(this.properties);
|
||||
request.setGoals(this.goals.isEmpty() ? Collections.singletonList("package") : this.goals);
|
||||
request.addArgs(this.goals.isEmpty() ? Collections.singletonList("package") : this.goals);
|
||||
request.setUserSettingsFile(new File(this.temp, "settings.xml"));
|
||||
request.setUpdateSnapshots(true);
|
||||
request.setBatchMode(true);
|
||||
|
||||
Reference in New Issue
Block a user