Class UnresolvedArtifacts

java.lang.Object
org.apache.maven.artifact.resolver.UnresolvedArtifacts

public class UnresolvedArtifacts extends Object
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 Details

    • UnresolvedArtifacts

      public UnresolvedArtifacts(org.apache.maven.artifact.Artifact originatingArtifact, List<org.apache.maven.artifact.Artifact> artifacts, List<org.apache.maven.artifact.repository.ArtifactRepository> remoteRepositories)
  • Method Details

    • getOriginatingArtifact

      public org.apache.maven.artifact.Artifact getOriginatingArtifact()
    • getArtifacts

      public List<org.apache.maven.artifact.Artifact> getArtifacts()
    • getRemoteRepositories

      public List<org.apache.maven.artifact.repository.ArtifactRepository> getRemoteRepositories()