| Interface | Description |
|---|---|
| MavenResolutionStrategy |
Defines the contract for developing a Maven-based
ResolutionStrategy; this is accomplished by assembling
chains of MavenResolutionFilters for filtering MavenDependencys before and during resolution request
execution. |
| Class | Description |
|---|---|
| AcceptScopesStrategy |
MavenResolutionStrategy implementation where only MavenDependencys in acceptable ScopeTypes
are accepted. |
| CombinedStrategy |
MavenResolutionStrategy implementation where only MavenDependencys passing a series of other
MavenResolutionStrategys are accepted |
| RejectDependenciesStrategy |
MavenResolutionStrategy implementation where specified MavenDependencys may be selectively rejected |
| Enum | Description |
|---|---|
| AcceptAllStrategy |
MavenResolutionStrategy implementation where all MavenDependencys are accepted |
| NonTransitiveStrategy |
MavenResolutionStrategy implementation where only explicitly-defined MavenDependencys are accepted |
| TransitiveStrategy |
MavenResolutionStrategy implementation where MavenDependencys are accepted based on transitivity. |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.