@Deprecated
public interface ResolutionListenerForDepMgmt
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.
| Modifier and Type | Method and Description |
|---|---|
void |
manageArtifactScope(org.apache.maven.artifact.Artifact artifact,
org.apache.maven.artifact.Artifact replacement)
Deprecated.
|
void |
manageArtifactSystemPath(org.apache.maven.artifact.Artifact artifact,
org.apache.maven.artifact.Artifact replacement)
Deprecated.
|
void |
manageArtifactVersion(org.apache.maven.artifact.Artifact artifact,
org.apache.maven.artifact.Artifact replacement)
Deprecated.
|
void manageArtifactVersion(org.apache.maven.artifact.Artifact artifact,
org.apache.maven.artifact.Artifact replacement)
void manageArtifactScope(org.apache.maven.artifact.Artifact artifact,
org.apache.maven.artifact.Artifact replacement)
void manageArtifactSystemPath(org.apache.maven.artifact.Artifact artifact,
org.apache.maven.artifact.Artifact replacement)