public static class MavenProfile.SettingsBuilder extends Object
MavenProfile.Settings.| Modifier | Constructor and Description |
|---|---|
protected |
SettingsBuilder() |
| Modifier and Type | Method and Description |
|---|---|
MavenProfile.Settings |
build() |
MavenProfile.SettingsBuilder |
defaultGoal(String defaultGoal)
Set the default goal or phase to execute if none is given when this profile is
active.
|
MavenProfile.SettingsBuilder |
finalName(String finalName)
Set the name of the bundled project when it is finally built when this profile
is active.
|
public MavenProfile.SettingsBuilder defaultGoal(String defaultGoal)
defaultGoal - the default goal or null to use the value in the
buildpublic MavenProfile.SettingsBuilder finalName(String finalName)
finalName - the final name of the artifact or null to use the
value in the build.public MavenProfile.Settings build()
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.