Uses of Class
org.apache.maven.repository.MetadataResolutionResult
-
Uses of MetadataResolutionResult in org.apache.maven.repository
Modifier and TypeMethodDescriptionMetadataResolutionResult.addCircularDependencyException
(CyclicDependencyException e) Deprecated.Deprecated.MetadataResolutionResult.addMetadataResolutionException
(ArtifactResolutionException e) Deprecated.MetadataResolutionResult.addMissingArtifact
(Artifact artifact) Deprecated.MetadataResolutionResult.addVersionRangeViolation
(Exception e) Deprecated.TODO this needs to accept aOverConstrainedVersionException
as returned bygetVersionRangeViolation(int)
but it's not used like that inDefaultLegacyArtifactCollector
MetadataResolutionResult.listOriginatingArtifact
(Artifact originatingArtifact) Deprecated.MetadataResolutionResult.setRepositories
(List<ArtifactRepository> repositories) Deprecated.MetadataResolutionResult.setUnresolvedArtifacts
(List<Artifact> unresolvedArtifacts) Deprecated.