Class PlexusUtilsInjector

java.lang.Object
org.apache.maven.plugin.internal.PlexusUtilsInjector
All Implemented Interfaces:
org.eclipse.aether.collection.DependencyGraphTransformer

class PlexusUtilsInjector extends 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.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private static final String
     
    private static final String
     
    private static final String
     
    private static final String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    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)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • PlexusUtilsInjector

      PlexusUtilsInjector()
  • Method Details

    • 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 interface org.eclipse.aether.collection.DependencyGraphTransformer
      Throws:
      org.eclipse.aether.RepositoryException
    • findPlexusUtils

      private org.eclipse.aether.graph.DependencyNode findPlexusUtils(org.eclipse.aether.graph.DependencyNode node)