mirror of https://github.com/apache/maven.git
Add references to m-dependency-p
This commit is contained in:
parent
cc28bb2e11
commit
bf5366dc46
|
@ -44,7 +44,7 @@ public interface ArtifactResolver
|
||||||
@Deprecated
|
@Deprecated
|
||||||
String ROLE = ArtifactResolver.class.getName();
|
String ROLE = ArtifactResolver.class.getName();
|
||||||
|
|
||||||
// USED BY SUREFIRE
|
// USED BY SUREFIRE, DEPENDENCY PLUGIN
|
||||||
@Deprecated
|
@Deprecated
|
||||||
ArtifactResolutionResult resolveTransitively( Set<Artifact> artifacts, Artifact originatingArtifact,
|
ArtifactResolutionResult resolveTransitively( Set<Artifact> artifacts, Artifact originatingArtifact,
|
||||||
ArtifactRepository localRepository,
|
ArtifactRepository localRepository,
|
||||||
|
@ -89,7 +89,7 @@ public interface ArtifactResolver
|
||||||
List<ResolutionListener> listeners )
|
List<ResolutionListener> listeners )
|
||||||
throws ArtifactResolutionException, ArtifactNotFoundException;
|
throws ArtifactResolutionException, ArtifactNotFoundException;
|
||||||
|
|
||||||
// USED BY REMOTE RESOURCES PLUGIN
|
// USED BY REMOTE RESOURCES PLUGIN, DEPENDENCY PLUGIN
|
||||||
@Deprecated
|
@Deprecated
|
||||||
void resolve( Artifact artifact, List<ArtifactRepository> remoteRepositories, ArtifactRepository localRepository )
|
void resolve( Artifact artifact, List<ArtifactRepository> remoteRepositories, ArtifactRepository localRepository )
|
||||||
throws ArtifactResolutionException, ArtifactNotFoundException;
|
throws ArtifactResolutionException, ArtifactNotFoundException;
|
||||||
|
@ -100,7 +100,7 @@ public interface ArtifactResolver
|
||||||
TransferListener downloadMonitor )
|
TransferListener downloadMonitor )
|
||||||
throws ArtifactResolutionException, ArtifactNotFoundException;
|
throws ArtifactResolutionException, ArtifactNotFoundException;
|
||||||
|
|
||||||
// USED BY ARCHETYPE DOWNLOADER
|
// USED BY DEPENDENCY PLUGIN, ARCHETYPE DOWNLOADER
|
||||||
@Deprecated
|
@Deprecated
|
||||||
void resolveAlways( Artifact artifact, List<ArtifactRepository> remoteRepositories,
|
void resolveAlways( Artifact artifact, List<ArtifactRepository> remoteRepositories,
|
||||||
ArtifactRepository localRepository )
|
ArtifactRepository localRepository )
|
||||||
|
|
Loading…
Reference in New Issue