Class WarningResolutionListener
java.lang.Object
org.apache.maven.artifact.resolver.WarningResolutionListener
- All Implemented Interfaces:
ResolutionListener
Deprecated.
Send resolution warning events to the warning log.
-
Field Summary
Fields inherited from interface org.apache.maven.artifact.resolver.ResolutionListener
FINISH_PROCESSING_CHILDREN, INCLUDE_ARTIFACT, MANAGE_ARTIFACT, MANAGE_ARTIFACT_SCOPE, MANAGE_ARTIFACT_SYSTEM_PATH, MANAGE_ARTIFACT_VERSION, OMIT_FOR_CYCLE, OMIT_FOR_NEARER, PROCESS_CHILDREN, RESTRICT_RANGE, ROLE, SELECT_VERSION_FROM_RANGE, TEST_ARTIFACT, UPDATE_SCOPE, UPDATE_SCOPE_CURRENT_POM -
Constructor Summary
ConstructorsConstructorDescriptionWarningResolutionListener(org.codehaus.plexus.logging.Logger logger) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoidendProcessChildren(Artifact artifact) Deprecated.voidincludeArtifact(Artifact artifact) Deprecated.voidmanageArtifact(Artifact artifact, Artifact replacement) Deprecated.voidomitForCycle(Artifact omitted) Deprecated.voidomitForNearer(Artifact omitted, Artifact kept) Deprecated.voidrestrictRange(Artifact artifact, Artifact replacement, VersionRange newRange) Deprecated.voidselectVersionFromRange(Artifact artifact) Deprecated.voidstartProcessChildren(Artifact artifact) Deprecated.voidtestArtifact(Artifact node) Deprecated.voidupdateScope(Artifact artifact, String scope) Deprecated.voidupdateScopeCurrentPom(Artifact artifact, String scope) Deprecated.This event means that the artifactScope has NOT been updated to a farther node artifactScope because current node is in the first level pom
-
Constructor Details
-
WarningResolutionListener
public WarningResolutionListener(org.codehaus.plexus.logging.Logger logger) Deprecated.
-
-
Method Details
-
testArtifact
Deprecated.- Specified by:
testArtifactin interfaceResolutionListener
-
startProcessChildren
Deprecated.- Specified by:
startProcessChildrenin interfaceResolutionListener
-
endProcessChildren
Deprecated.- Specified by:
endProcessChildrenin interfaceResolutionListener
-
includeArtifact
Deprecated.- Specified by:
includeArtifactin interfaceResolutionListener
-
omitForNearer
Deprecated.- Specified by:
omitForNearerin interfaceResolutionListener
-
omitForCycle
Deprecated.- Specified by:
omitForCyclein interfaceResolutionListener
-
updateScopeCurrentPom
Deprecated.Description copied from interface:ResolutionListenerThis event means that the artifactScope has NOT been updated to a farther node artifactScope because current node is in the first level pom- Specified by:
updateScopeCurrentPomin interfaceResolutionListener- Parameters:
artifact- current node artifact, the one in the first level pomscope- artifactScope that was ignored because artifact was in first level pom
-
updateScope
Deprecated.- Specified by:
updateScopein interfaceResolutionListener
-
manageArtifact
Deprecated.- Specified by:
manageArtifactin interfaceResolutionListener
-
selectVersionFromRange
Deprecated.- Specified by:
selectVersionFromRangein interfaceResolutionListener
-
restrictRange
Deprecated.- Specified by:
restrictRangein interfaceResolutionListener
-