- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for setCacheTransferError (0.07 sec)
-
impl/maven-core/src/main/java/org/apache/maven/execution/DefaultMavenExecutionRequest.java
copy.setOffline(original.isOffline()); copy.setInteractiveMode(original.isInteractiveMode()); copy.setCacheNotFound(original.isCacheNotFound()); copy.setCacheTransferError(original.isCacheTransferError()); copy.setIgnoreMissingArtifactDescriptor(original.isIgnoreMissingArtifactDescriptor()); copy.setIgnoreInvalidArtifactDescriptor(original.isIgnoreInvalidArtifactDescriptor());
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-cli/src/main/java/org/apache/maven/cling/invoker/mvn/MavenInvoker.java
mavenExecutionRequest.setRepositoryCache(new DefaultRepositoryCache()); mavenExecutionRequest.setInteractiveMode(true); mavenExecutionRequest.setCacheTransferError(false); mavenExecutionRequest.setIgnoreInvalidArtifactDescriptor(true); mavenExecutionRequest.setIgnoreMissingArtifactDescriptor(true); mavenExecutionRequest.setRecursive(true);
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Thu Sep 11 17:20:46 UTC 2025 - 28.2K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/execution/MavenExecutionRequest.java
boolean isInteractiveMode(); // Offline MavenExecutionRequest setOffline(boolean offline); boolean isOffline(); boolean isCacheTransferError(); MavenExecutionRequest setCacheTransferError(boolean cacheTransferError); boolean isCacheNotFound(); MavenExecutionRequest setCacheNotFound(boolean cacheNotFound); /** * @since 4.0.0 */
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Thu Dec 12 11:02:17 UTC 2024 - 18.6K bytes - Viewed (0)