public interface DistributionStage<NEXT_STEP extends BuildStage<DAEMON_TRIGGER_TYPE>,DAEMON_TRIGGER_TYPE extends DaemonBuildTrigger> extends BuildStage<DAEMON_TRIGGER_TYPE>
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_MAVEN_VERSION |
| Modifier and Type | Method and Description |
|---|---|
NEXT_STEP |
useDefaultDistribution()
Use default Maven distribution with version "3.9.9".
|
NEXT_STEP |
useDistribution(URL mavenDistribution,
boolean useCache)
Configures EmbeddedMaven to build project with given Maven distribution.
|
NEXT_STEP |
useInstallation(File mavenHome)
Use specified Maven installation.
|
NEXT_STEP |
useLocalInstallation()
Use local Maven installation that is available on your PATH.
|
NEXT_STEP |
useMaven3Version(String version)
Configures EmbeddedMaven to build project with Maven 3 of given version.
|
build, ignoreFailure, ignoreFailureuseAsDaemonstatic final String DEFAULT_MAVEN_VERSION
NEXT_STEP useMaven3Version(String version)
version - Version which will be usedNEXT_STEP useDistribution(URL mavenDistribution, boolean useCache)
useCache to true
then the cache directory $HOME/.arquillian/resolver/maven/ if checked for the presence of the zip file. If the zip file
is not present, then it will be downloaded from the given URL and the zip file cached.mavenDistribution - Maven distribution which will be useduseCache - Whether the cache directory $HOME/.arquillian/resolver/maven/ should be usedNEXT_STEP useInstallation(File mavenHome)
mavenHome - Maven distribution which will be usedNEXT_STEP useDefaultDistribution()
NEXT_STEP useLocalInstallation()
Copyright © 2024 JBoss by Red Hat. All rights reserved.