mirror of
https://github.com/apache/maven-mvnd.git
synced 2025-09-21 19:35:08 +00:00
Upgrade to maven 3.9.1 and 4.0.0-alpha-5 and resolver 1.9.7 (#821)
This commit is contained in:
@@ -226,7 +226,6 @@ public class DaemonMavenCli implements DaemonCli {
|
||||
toolchains(cliRequest);
|
||||
populateRequest(cliRequest);
|
||||
encryption(cliRequest);
|
||||
repository(cliRequest);
|
||||
return execute(cliRequest);
|
||||
} catch (ExitException e) {
|
||||
return e.exitCode;
|
||||
@@ -662,13 +661,6 @@ public class DaemonMavenCli implements DaemonCli {
|
||||
}
|
||||
}
|
||||
|
||||
private void repository(CliRequest cliRequest) throws Exception {
|
||||
if (cliRequest.commandLine.hasOption(CLIManager.LEGACY_LOCAL_REPOSITORY)
|
||||
|| Boolean.getBoolean("maven.legacyLocalRepo")) {
|
||||
cliRequest.request.setUseLegacyLocalRepository(true);
|
||||
}
|
||||
}
|
||||
|
||||
private void environment(String workingDir, Map<String, String> clientEnv) {
|
||||
EnvHelper.environment(workingDir, clientEnv);
|
||||
}
|
||||
|
Reference in New Issue
Block a user