- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for isCacheNotFound (0.11 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
impl/maven-core/src/main/java/org/apache/maven/internal/aether/DefaultRepositorySystemSessionFactory.java
: request.isUpdateSnapshots() ? RepositoryPolicy.UPDATE_POLICY_ALWAYS : null); int errorPolicy = 0; errorPolicy |= request.isCacheNotFound() ? ResolutionErrorPolicy.CACHE_NOT_FOUND : ResolutionErrorPolicy.CACHE_DISABLED; errorPolicy |= request.isCacheTransferError()
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Thu Jul 17 05:56:35 GMT 2025 - 25.8K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/execution/MavenExecutionRequest.java
boolean isOffline(); boolean isCacheTransferError(); MavenExecutionRequest setCacheTransferError(boolean cacheTransferError); boolean isCacheNotFound(); MavenExecutionRequest setCacheNotFound(boolean cacheNotFound); /** * @since 4.0.0 */ boolean isIgnoreMissingArtifactDescriptor(); /** * @since 4.0.0Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Thu Dec 12 11:02:17 GMT 2024 - 18.6K bytes - Click Count (0)