FORMATSTAGETYPE
- public interface MavenStrategyStageBase<STRATEGYSTAGETYPE extends MavenStrategyStageBase<STRATEGYSTAGETYPE,FORMATSTAGETYPE>,FORMATSTAGETYPE extends MavenFormatStage> extends TransitiveStrategyStage<MavenDependency,MavenResolutionFilter,MavenResolvedArtifact,FORMATSTAGETYPE,MavenResolutionStrategy>
ResolutionStrategy
s in artifact resolutionModifier and Type | Method and Description |
---|---|
STRATEGYSTAGETYPE |
withClassPathResolution(boolean useClassPathResolution)
Sets that resolution from the ClassPath should be permitted in addition to configured repositories - defaults to
"true"
|
STRATEGYSTAGETYPE |
withMavenCentralRepo(boolean useMavenCentral)
Sets whether to consult the Maven Central Repository in resolution; defaults to true.
|
withoutTransitivity, withTransitivity
using
STRATEGYSTAGETYPE withClassPathResolution(boolean useClassPathResolution)
useClassPathResolution
- STRATEGYSTAGETYPE withMavenCentralRepo(boolean useMavenCentral)
useMavenCentral
- Copyright © 2013 JBoss by Red Hat. All rights reserved.