Class UnresolvedArtifacts
java.lang.Object
org.apache.maven.artifact.resolver.UnresolvedArtifacts
Deprecated.
A simple recording of the Artifacts that could not be resolved for a given resolution request, along with
the remote repositories where attempts were made to resolve the artifacts.
-
Constructor Summary
ConstructorDescriptionUnresolvedArtifacts
(Artifact originatingArtifact, List<Artifact> artifacts, List<ArtifactRepository> remoteRepositories) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.Deprecated.
-
Constructor Details
-
UnresolvedArtifacts
public UnresolvedArtifacts(Artifact originatingArtifact, List<Artifact> artifacts, List<ArtifactRepository> remoteRepositories) Deprecated.
-
-
Method Details
-
getOriginatingArtifact
Deprecated. -
getArtifacts
Deprecated. -
getRemoteRepositories
Deprecated.
-