FORMATSTAGETYPE - A MavenFormatStage typepublic interface MavenStrategyStageBase<STRATEGYSTAGETYPE extends MavenStrategyStageBase<STRATEGYSTAGETYPE,FORMATSTAGETYPE>,FORMATSTAGETYPE extends MavenFormatStage> extends TransitiveStrategyStage<MavenDependency,MavenResolutionFilter,MavenResolvedArtifact,FORMATSTAGETYPE,MavenResolutionStrategy>
ResolutionStrategys in artifact resolution| Modifier and Type | Method and Description |
|---|---|
STRATEGYSTAGETYPE |
withClassPathResolution(boolean useClassPathResolution)
Deprecated.
|
STRATEGYSTAGETYPE |
withMavenCentralRepo(boolean useMavenCentral)
Deprecated.
|
withoutTransitivity, withTransitivityusing@Deprecated STRATEGYSTAGETYPE withClassPathResolution(boolean useClassPathResolution)
Maven.configureResolver() to get resolver with extended configuration and call
ConfigurableMavenResolverSystemBase.withClassPathResolution(boolean) instead.useClassPathResolution - Whether the resolution from the ClassPath should be permitted in addition to
configured repositories - defaults to "true".STRATEGYSTAGETYPE.@Deprecated STRATEGYSTAGETYPE withMavenCentralRepo(boolean useMavenCentral)
Maven.configureResolver() to get resolver with extended configuration and call
ConfigurableMavenResolverSystemBase.withMavenCentralRepo(boolean) instead.useMavenCentral - Whether to consult the Maven Central Repository in resolution; defaults to true.STRATEGYSTAGETYPE.Copyright © 2016 JBoss by Red Hat. All rights reserved.