- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for strictArtifactDescriptorPolicy (0.08 sec)
-
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvn/CommonsCliMavenOptions.java
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Thu Sep 25 17:39:57 UTC 2025 - 14.8K bytes - Viewed (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvn/MavenInvoker.java
request.setCacheNotFound(context.options().cacheArtifactNotFound().orElse(true)); request.setCacheTransferError(false); if (context.options().strictArtifactDescriptorPolicy().orElse(false)) { request.setIgnoreMissingArtifactDescriptor(false); request.setIgnoreInvalidArtifactDescriptor(false); } else {
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Thu Sep 11 17:20:46 UTC 2025 - 28.2K bytes - Viewed (0)