- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for isUseLegacyLocalRepository (0.08 seconds)
-
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() {
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Thu Dec 12 11:02:17 GMT 2024 - 32.1K bytes - Click Count (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. SeeCreated: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Thu Dec 12 11:02:17 GMT 2024 - 18.6K bytes - Click Count (0)