| Package | Description |
|---|---|
| org.apache.maven.repository.legacy.resolver.conflict |
| Modifier and Type | Class | Description |
|---|---|---|
class |
DefaultConflictResolver |
Deprecated.
As of 3.0, use a specific implementation instead, e.g.
|
class |
FarthestConflictResolver |
Resolves conflicting artifacts by always selecting the farthest declaration.
|
class |
NearestConflictResolver |
Resolves conflicting artifacts by always selecting the nearest declaration.
|
class |
NewestConflictResolver |
Resolves conflicting artifacts by always selecting the newest declaration.
|
class |
OldestConflictResolver |
Resolves conflicting artifacts by always selecting the oldest declaration.
|
| Modifier and Type | Method | Description |
|---|---|---|
ConflictResolver |
ConflictResolverFactory.getConflictResolver(java.lang.String type) |
Gets a conflict resolver of the specified type.
|
ConflictResolver |
DefaultConflictResolverFactory.getConflictResolver(java.lang.String type) |