| Package | Description |
|---|---|
| org.jboss.shrinkwrap.resolver.api.maven | |
| org.jboss.shrinkwrap.resolver.api.maven.strategy |
| Class and 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 and Description |
|---|
AcceptAllStrategy
MavenResolutionStrategy implementation where all MavenDependencys are accepted |
| DefaultTransitiveExclusionPolicy
Applies the default behavior exhibited by Maven with regards to handling transitive dependencies during resolution.
|
| 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. |
NonTransitiveStrategy
MavenResolutionStrategy implementation where only explicitly-defined MavenDependencys are accepted |
| TransitiveExclusionPolicy
Defines a policy for the handling of transitive dependencies during resolution.
|
TransitiveStrategy
MavenResolutionStrategy implementation where MavenDependencys are accepted based on transitivity. |
Copyright © 2018 JBoss by Red Hat. All rights reserved.