Uses of Interface
org.apache.maven.repository.legacy.resolver.conflict.ConflictResolver
-
Uses of ConflictResolver in org.apache.maven.repository.legacy.resolver.conflict
Modifier and TypeClassDescriptionclass
Deprecated.As of 3.0, use a specific implementation instead, e.g.class
Resolves conflicting artifacts by always selecting the farthest declaration.class
Resolves conflicting artifacts by always selecting the nearest declaration.class
Resolves conflicting artifacts by always selecting the newest declaration.class
Resolves conflicting artifacts by always selecting the oldest declaration.Modifier and TypeMethodDescriptionConflictResolverFactory.getConflictResolver
(String type) Gets a conflict resolver of the specified type.DefaultConflictResolverFactory.getConflictResolver
(String type)