Class JavaDependencyContextRefiner

java.lang.Object
org.eclipse.aether.util.graph.transformer.JavaDependencyContextRefiner
All Implemented Interfaces:
DependencyGraphTransformer

public final class JavaDependencyContextRefiner extends Object implements DependencyGraphTransformer
A dependency graph transformer that refines the request context for nodes that belong to the "project" context by appending the buildpath type to which the node belongs. For instance, a compile-time project dependency will be assigned the request context "project/compile".

To be used with Maven 3 (without scope manager).

See Also: