Class UnresolvedArtifacts
java.lang.Object
org.apache.maven.artifact.resolver.UnresolvedArtifacts
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.
- Author:
 - Jason van Zyl
 
- 
Constructor Summary
ConstructorsConstructorDescriptionUnresolvedArtifacts(Artifact originatingArtifact, List<Artifact> artifacts, List<ArtifactRepository> remoteRepositories)  - 
Method Summary
Modifier and TypeMethodDescription 
- 
Constructor Details
- 
UnresolvedArtifacts
public UnresolvedArtifacts(Artifact originatingArtifact, List<Artifact> artifacts, List<ArtifactRepository> remoteRepositories)  
 - 
 - 
Method Details
- 
getOriginatingArtifact
 - 
getArtifacts
 - 
getRemoteRepositories
 
 -