public interface DistributionStage<NEXT_STEP extends BuildStage> extends BuildStage
| Modifier and Type | Method and Description |
|---|---|
NEXT_STEP |
useDefaultDistribution()
Use default Maven distribution that is on your path.
|
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 |
useMaven3Version(String version)
Configures EmbeddedMaven to build project with Maven 3 of given version.
|
build, ignoreFailure, ignoreFailureNEXT_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()
Copyright © 2017 JBoss by Red Hat. All rights reserved.