Class MavenOptions.Builder
java.lang.Object
org.wildfly.prospero.api.MavenOptions.Builder
- Enclosing class:
MavenOptions
-
Method Summary
Modifier and TypeMethodDescriptionbuild()setFilterManifest(Path filterManifest) Set filter manifest used tosetLocalCachePath(Path localCachePath) setMavenSettingsPath(Path mavenSettings) Allows to specify location of the Maven settings file.setNoLocalCache(boolean noLocalCache) setOffline(boolean offline)
-
Method Details
-
build
-
setOffline
-
setNoLocalCache
-
setLocalCachePath
-
setMavenSettingsPath
Allows to specify location of the Maven settings file.This parameter is currently not stored in installation metadata, it is only used for given command invocation.
- Parameters:
mavenSettings- maven settings.xml file path, defaults to ~/.m2/settings.xml
-
setFilterManifest
Set filter manifest used to- Parameters:
filterManifest-- Returns:
-