Modifier and Type | Method and Description |
---|---|
Collection<MavenResolvedArtifact> |
MavenWorkingSession.resolveDependencies(MavenResolutionStrategy strategy) |
Modifier and Type | Method and Description |
---|---|
PomEquippedMavenImporter |
PomEquippedMavenImporter.importBuildOutput(MavenResolutionStrategy strategy)
Build an archive based on metadata previously loaded from a Project Object Model file.
|
Modifier and Type | Class and Description |
---|---|
class |
AcceptAllStrategy
MavenResolutionStrategy implementation where all MavenDependency s are accepted |
class |
AcceptScopesStrategy
MavenResolutionStrategy implementation where only MavenDependency s in acceptable ScopeType s
are accepted. |
class |
CombinedStrategy
MavenResolutionStrategy implementation where only MavenDependency s passing a series of other
MavenResolutionStrategy s are accepted |
class |
NonTransitiveStrategy
MavenResolutionStrategy implementation where only explicitly-defined MavenDependency s are accepted |
class |
RejectDependenciesStrategy
MavenResolutionStrategy implementation where specified MavenDependency s may be selectively rejected |
class |
TransitiveStrategy
MavenResolutionStrategy implementation where MavenDependency s are accepted based on transitivity. |
Constructor and Description |
---|
CombinedStrategy(MavenResolutionStrategy... strategies) |
Modifier and Type | Method and Description |
---|---|
Collection<MavenResolvedArtifact> |
MavenWorkingSessionImpl.resolveDependencies(MavenResolutionStrategy strategy) |
FORMATSTAGETYPE |
MavenStrategyStageBaseImpl.using(MavenResolutionStrategy strategy) |
Modifier and Type | Method and Description |
---|---|
PomEquippedMavenImporter |
PomEquippedMavenImporterImpl.importBuildOutput(MavenResolutionStrategy strategy) |
Modifier and Type | Method and Description |
---|---|
WarPackagingProcessor |
WarPackagingProcessor.importBuildOutput(MavenResolutionStrategy strategy) |
JarPackagingProcessor |
JarPackagingProcessor.importBuildOutput(MavenResolutionStrategy strategy) |
Modifier and Type | Method and Description |
---|---|
PackagingProcessor<ARCHIVETYPE> |
PackagingProcessor.importBuildOutput(MavenResolutionStrategy strategy)
Compiles, packages and resolve dependencies for the project.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.