class PlexusUtilsInjector
extends java.lang.Object
implements org.eclipse.aether.collection.DependencyGraphTransformer
Modifier and Type | Field and Description |
---|---|
private static java.lang.String |
AID |
private static java.lang.String |
EXT |
private static java.lang.String |
GID |
private static java.lang.String |
VER |
Constructor and Description |
---|
PlexusUtilsInjector() |
Modifier and Type | Method and Description |
---|---|
private org.eclipse.aether.graph.DependencyNode |
findPlexusUtils(org.eclipse.aether.graph.DependencyNode node) |
org.eclipse.aether.graph.DependencyNode |
transformGraph(org.eclipse.aether.graph.DependencyNode node,
org.eclipse.aether.collection.DependencyGraphTransformationContext context) |
private static final java.lang.String GID
private static final java.lang.String AID
private static final java.lang.String VER
private static final java.lang.String EXT
public org.eclipse.aether.graph.DependencyNode transformGraph(org.eclipse.aether.graph.DependencyNode node, org.eclipse.aether.collection.DependencyGraphTransformationContext context) throws org.eclipse.aether.RepositoryException
transformGraph
in interface org.eclipse.aether.collection.DependencyGraphTransformer
org.eclipse.aether.RepositoryException
private org.eclipse.aether.graph.DependencyNode findPlexusUtils(org.eclipse.aether.graph.DependencyNode node)