- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for altInstallationSettings (0.24 sec)
-
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/LookupInvoker.java
} } Path installationSettingsFile = null; if (mavenOptions.altInstallationSettings().isPresent()) { installationSettingsFile = context.cwdResolver.apply( mavenOptions.altInstallationSettings().get()); if (!Files.isRegularFile(installationSettingsFile)) { throw new FileNotFoundException(
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 38K bytes - Viewed (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/CommonsCliOptions.java
return Optional.of(commandLine.getOptionValue(CLIManager.ALTERNATE_PROJECT_SETTINGS)); } return Optional.empty(); } @Override public Optional<String> altInstallationSettings() { if (commandLine.hasOption(CLIManager.ALTERNATE_INSTALLATION_SETTINGS)) { return Optional.of(commandLine.getOptionValue(CLIManager.ALTERNATE_INSTALLATION_SETTINGS)); }
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 18.5K bytes - Viewed (0)