- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for manageArtifactSystemPath (0.11 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
compat/maven-compat/src/main/java/org/apache/maven/artifact/resolver/DebugResolutionListener.java
String msg = indent + artifact + " (applying artifactScope: " + replacement.getScope() + ")"; logger.debug(msg); } } @Override public void manageArtifactSystemPath(Artifact artifact, Artifact replacement) { // only show msg if a change is actually taking place if (!replacement.getScope().equals(artifact.getScope())) {
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Jun 06 14:28:57 GMT 2025 - 5.8K bytes - Click Count (0) -
compat/maven-compat/src/main/java/org/apache/maven/repository/legacy/resolver/DefaultLegacyArtifactCollector.java
break; case ResolutionListener.MANAGE_ARTIFACT_SYSTEM_PATH: if (listener instanceof ResolutionListenerForDepMgmt asImpl) { asImpl.manageArtifactSystemPath(node.getArtifact(), replacement); } else { listener.manageArtifact(node.getArtifact(), replacement); } break;Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Jun 06 14:28:57 GMT 2025 - 36.5K bytes - Click Count (0)