public final class Mshared998Util
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static org.apache.maven.artifact.Artifact |
findArtifactInAetherDREResult(org.apache.maven.shared.transfer.dependencies.resolve.DependencyResolverException dre,
org.apache.maven.shared.transfer.artifact.ArtifactCoordinate coordinate)
Find the artifact for the given coordinate among the available successful
resolution attempts contained within the DependencyResolverException.
|
public static org.apache.maven.artifact.Artifact findArtifactInAetherDREResult(org.apache.maven.shared.transfer.dependencies.resolve.DependencyResolverException dre,
org.apache.maven.shared.transfer.artifact.ArtifactCoordinate coordinate)
dre - The DependencyResolverException that might have embedded
successful resolution resultscoordinate - The coordinates of the artifact we're interested incoordinate or null
if not foundCopyright© 2012-21 Jeremy Long. All Rights Reserved.