- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for localRepositoryPath (0.06 sec)
-
impl/maven-core/src/main/java/org/apache/maven/execution/DefaultMavenExecutionRequestPopulator.java
throws MavenExecutionRequestPopulationException { String localRepositoryPath = null; if (request.getLocalRepositoryPath() != null) { localRepositoryPath = request.getLocalRepositoryPath().getAbsolutePath(); } if (localRepositoryPath == null || localRepositoryPath.isEmpty()) { String path = request.getUserProperties().getProperty(Constants.MAVEN_USER_CONF);Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 8.4K bytes - Viewed (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/LookupContext.java
public Path installationSettingsPath; public Path projectSettingsPath; public Path userSettingsPath; public boolean interactive; public Path localRepositoryPath; public Settings effectiveSettings; public PersistedToolchains effectiveToolchains; public final List<AutoCloseable> closeables = new ArrayList<>(); @OverrideRegistered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Jun 11 13:14:09 UTC 2025 - 5.7K bytes - Viewed (0)