- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for ban (0.01 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
compat/maven-resolver-provider/src/main/java/org/apache/maven/repository/internal/relocation/UserPropertiesArtifactRelocationSource.java
if (relocation.target == SENTINEL) { String message = "The artifact " + original + " has been banned from resolution: " + (relocation.global ? "User global ban" : "User project ban"); LOGGER.debug(message); throw new ArtifactDescriptorException(artifactDescriptorResult, message); } Artifact result = new RelocatedArtifact(
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Thu Oct 16 06:12:36 GMT 2025 - 9K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/lifecycle/internal/concurrent/BuildPlanExecutor.java
// continue the build } else if (MavenExecutionRequest.REACTOR_FAIL_AT_END.equals(session.getReactorFailureBehavior())) { // continue the build but ban all projects that depend on the failed one buildContext.getReactorBuildStatus().blackList(mavenProject); } else if (MavenExecutionRequest.REACTOR_FAIL_FAST.equals(session.getReactorFailureBehavior())) {Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Thu Oct 16 06:12:36 GMT 2025 - 55.1K bytes - Click Count (0)