Package org.apache.maven.plugin.internal
Class PlexusUtilsInjector
- java.lang.Object
-
- org.apache.maven.plugin.internal.PlexusUtilsInjector
-
- All Implemented Interfaces:
org.eclipse.aether.collection.DependencyGraphTransformer
class PlexusUtilsInjector extends java.lang.Object implements org.eclipse.aether.collection.DependencyGraphTransformer
Injects plexus-utils:1.1 into a plugin's class path if it doesn't already declare a dependency on plexus-utils. This is another legacy bit to provide backward-compat with Maven 2.x.
-
-
Constructor Summary
Constructors Constructor Description PlexusUtilsInjector()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Field Detail
-
GID
private static final java.lang.String GID
- See Also:
- Constant Field Values
-
AID
private static final java.lang.String AID
- See Also:
- Constant Field Values
-
VER
private static final java.lang.String VER
- See Also:
- Constant Field Values
-
EXT
private static final java.lang.String EXT
- See Also:
- Constant Field Values
-
-
Method Detail
-
transformGraph
public org.eclipse.aether.graph.DependencyNode transformGraph(org.eclipse.aether.graph.DependencyNode node, org.eclipse.aether.collection.DependencyGraphTransformationContext context) throws org.eclipse.aether.RepositoryException
- Specified by:
transformGraph
in interfaceorg.eclipse.aether.collection.DependencyGraphTransformer
- Throws:
org.eclipse.aether.RepositoryException
-
findPlexusUtils
private org.eclipse.aether.graph.DependencyNode findPlexusUtils(org.eclipse.aether.graph.DependencyNode node)
-
-