- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for isUseLegacyLocalRepository (0.17 sec)
-
impl/maven-core/src/main/java/org/apache/maven/execution/DefaultMavenExecutionRequest.java
copy.setNoSnapshotUpdates(original.isNoSnapshotUpdates()); copy.setExecutionListener(original.getExecutionListener()); copy.setUseLegacyLocalRepository(original.isUseLegacyLocalRepository()); copy.setBuilderId(original.getBuilderId()); copy.setStartInstant(original.getStartInstant()); return copy; } @Override public String getBaseDirectory() {
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Thu Dec 12 11:02:17 UTC 2024 - 32.1K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/execution/MavenExecutionRequest.java
* {@code aether.artifactResolver.simpleLrmInterop} that provides similar semantics. This method should * be never invoked, and always returns {@code false}. */ @Deprecated boolean isUseLegacyLocalRepository(); /** * @since 3.1 * @deprecated Since 3.9 there is no direct Maven2 interop offered at LRM level. SeeRegistered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Thu Dec 12 11:02:17 UTC 2024 - 18.6K bytes - Viewed (0)