Interface ResolutionListenerForDepMgmt
- All Known Implementing Classes:
DebugResolutionListener
Deprecated.
Do not use!
Should only be implemented by DebugResolutionListener. Remove this when the ResolutionListener interface deprecation of the manageArtifact method (and the [yet to be done] addition of these methods to that interface) has had a chance to propagate to all interested plugins.
-
Method Summary
Modifier and TypeMethodDescriptionvoidmanageArtifactScope(org.apache.maven.artifact.Artifact artifact, org.apache.maven.artifact.Artifact replacement) Deprecated.voidmanageArtifactSystemPath(org.apache.maven.artifact.Artifact artifact, org.apache.maven.artifact.Artifact replacement) Deprecated.voidmanageArtifactVersion(org.apache.maven.artifact.Artifact artifact, org.apache.maven.artifact.Artifact replacement) Deprecated.
-
Method Details
-
manageArtifactVersion
void manageArtifactVersion(org.apache.maven.artifact.Artifact artifact, org.apache.maven.artifact.Artifact replacement) Deprecated. -
manageArtifactScope
void manageArtifactScope(org.apache.maven.artifact.Artifact artifact, org.apache.maven.artifact.Artifact replacement) Deprecated. -
manageArtifactSystemPath
void manageArtifactSystemPath(org.apache.maven.artifact.Artifact artifact, org.apache.maven.artifact.Artifact replacement) Deprecated.
-