Class UnresolvedArtifacts

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

@Deprecated public class UnresolvedArtifacts extends Object
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 Details Link icon

  • Method Details Link icon

    • getOriginatingArtifact Link icon

      public Artifact getOriginatingArtifact()
      Deprecated.
    • getArtifacts Link icon

      public List<Artifact> getArtifacts()
      Deprecated.
    • getRemoteRepositories Link icon

      public List<ArtifactRepository> getRemoteRepositories()
      Deprecated.