FORMATSTAGETYPE - public 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
ConfiguredMavenResolverSystemFactory#withClassPathResolution(boolean) instead.useClassPathResolution - @Deprecated STRATEGYSTAGETYPE withMavenCentralRepo(boolean useMavenCentral)
Maven.configureResolver() to get resolver with extended configuration and call
ConfiguredMavenResolverSystemFactory#withMavenCentralRepo(boolean) instead.useMavenCentral - Copyright © 2014 JBoss by Red Hat. All rights reserved.