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() |
formatProblems, getArtifact, getPathpublic 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.
public UnresolvableArtifactProblem(List<org.eclipse.aether.graph.DependencyNode> dependencyPath)
dependencyPath in a
dependency tree.Copyright © 2018–2020 Google LLC.. All rights reserved.