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 TypeMethodDescriptionvoid
manageArtifactScope
(Artifact artifact, Artifact replacement) Deprecated.void
manageArtifactSystemPath
(Artifact artifact, Artifact replacement) Deprecated.void
manageArtifactVersion
(Artifact artifact, Artifact replacement) Deprecated.
-
Method Details
-
manageArtifactVersion
Deprecated. -
manageArtifactScope
Deprecated. -
manageArtifactSystemPath
Deprecated.
-