Interface | Description |
---|---|
MavenResolutionStrategy |
Defines the contract for developing a Maven-based
ResolutionStrategy ; this is accomplished by assembling
chains of MavenResolutionFilter s for filtering MavenDependency s before and during resolution request
execution. |
TransitiveExclusionPolicy |
Defines a policy for the handling of transitive dependencies during resolution.
|
Class | Description |
---|---|
AcceptScopesStrategy |
MavenResolutionStrategy implementation where only MavenDependency s in acceptable ScopeType s
are accepted. |
CombinedStrategy |
MavenResolutionStrategy implementation where only MavenDependency s passing a series of other
MavenResolutionStrategy s are accepted |
RejectDependenciesStrategy |
MavenResolutionStrategy implementation where specified MavenDependency s may be selectively rejected |
Enum | Description |
---|---|
AcceptAllStrategy |
MavenResolutionStrategy implementation where all MavenDependency s are accepted |
DefaultTransitiveExclusionPolicy |
Applies the default behavior exhibited by Maven with regards to handling transitive dependencies during resolution.
|
NonTransitiveStrategy |
MavenResolutionStrategy implementation where only explicitly-defined MavenDependency s are accepted |
TransitiveStrategy |
MavenResolutionStrategy implementation where MavenDependency s are accepted based on transitivity. |
Copyright © 2021 JBoss by Red Hat. All rights reserved.