public final class UnresolvableArtifactProblem extends ArtifactProblem
artifact, dependencyPath| Constructor and Description |
|---|
UnresolvableArtifactProblem(org.eclipse.aether.artifact.Artifact artifact)
Problem when Maven cannot resolve
artifact in a dependency tree. |
UnresolvableArtifactProblem(List<org.eclipse.aether.graph.DependencyNode> dependencyPath)
Problem when Maven cannot resolve the artifact at the leaf of
dependencyPath in a
dependency tree. |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
equals, formatProblems, getArtifact, getPath, hashCodepublic UnresolvableArtifactProblem(org.eclipse.aether.artifact.Artifact artifact)
artifact in a dependency tree.
Prefer UnresolvableArtifactProblem(List) when the dependency path to the artifact
is available, because it gives a more detailed error message.
artifact - the unavailable artifactpublic UnresolvableArtifactProblem(List<org.eclipse.aether.graph.DependencyNode> dependencyPath)
dependencyPath in a
dependency tree.dependencyPath - to the unavailable artifactCopyright © 2018–2021 Google LLC.. All rights reserved.