Package org.apache.maven.artifact.resolver.conflict

Interface Summary
ConflictResolver Determines which version of an artifact to use when there are conflicting declarations.
ConflictResolverFactory A factory that produces conflict resolvers of various types.
GraphConflictResolutionPolicy MetadataGraph edge selection policy.
GraphConflictResolver Resolves conflicts in the supplied dependency graph.
 

Class Summary
DefaultConflictResolver Deprecated. As of 3.0, use a specific implementation instead, e.g.
DefaultConflictResolverFactory A conflict resolver factory that obtains instances from a plexus container.
DefaultGraphConflictResolutionPolicy  
DefaultGraphConflictResolver Default conflict resolver.Implements closer newer first policy by default, but could be configured via plexus
FarthestConflictResolver Resolves conflicting artifacts by always selecting the farthest declaration.
NearestConflictResolver Resolves conflicting artifacts by always selecting the nearest declaration.
NewestConflictResolver Resolves conflicting artifacts by always selecting the newest declaration.
OldestConflictResolver Resolves conflicting artifacts by always selecting the oldest declaration.
 

Exception Summary
ConflictResolverNotFoundException Indicates that a specified conflict resolver implementation could not be found.
GraphConflictResolutionException  
 



Copyright © 2001-2009 The Apache Software Foundation. All Rights Reserved.