public interface PomEquippedResolveStageBase<RESOLVESTAGETYPE extends MavenResolveStageBase<RESOLVESTAGETYPE,STRATEGYSTAGETYPE,FORMATSTAGETYPE>,STRATEGYSTAGETYPE extends MavenStrategyStageBase<STRATEGYSTAGETYPE,FORMATSTAGETYPE>,FORMATSTAGETYPE extends MavenFormatStage> extends MavenResolveStageBase<RESOLVESTAGETYPE,STRATEGYSTAGETYPE,FORMATSTAGETYPE>
ResolverStage has been configured via POM (Project Object
Model) metadata| Modifier and Type | Method and Description |
|---|---|
FORMATSTAGETYPE |
importRuntimeAndTestDependencies()
Resolves dependencies in all scopes as defined by the POM metadata.
|
FORMATSTAGETYPE |
importRuntimeAndTestDependencies(MavenResolutionStrategy strategy)
Resolves dependencies in all scopes as defined by the POM metadata, using the additional
ResolutionStrategy. |
FORMATSTAGETYPE |
importRuntimeDependencies()
Resolves all runtime dependencies defined by the POM metadata.
|
FORMATSTAGETYPE |
importRuntimeDependencies(MavenResolutionStrategy strategy)
Resolves all dependencies defined by the POM metadata, using the additional
ResolutionStrategy. |
addDependencies, addDependencies, addDependency, resolve, resolve, resolve, resolveFORMATSTAGETYPE importRuntimeAndTestDependencies()
FormatStageFORMATSTAGETYPE importRuntimeAndTestDependencies(MavenResolutionStrategy strategy) throws IllegalArgumentException
ResolutionStrategy.strategy - IllegalArgumentException - If no strategy is specifiedFORMATSTAGETYPE importRuntimeDependencies()
ScopeType.COMPILE,
ScopeType.IMPORT, ScopeType.RUNTIME, ScopeType.SYSTEMFormatStageFORMATSTAGETYPE importRuntimeDependencies(MavenResolutionStrategy strategy) throws IllegalArgumentException
ResolutionStrategy. Amounts
to scopes: ScopeType.COMPILE, ScopeType.IMPORT, ScopeType.RUNTIME,
ScopeType.SYSTEMstrategy - IllegalArgumentException - If no strategy is specifiedCopyright © 2013 JBoss by Red Hat. All Rights Reserved.