| Modifier and Type | Method and Description |
|---|---|
FluentProfileBuilder |
FluentProfileBuilder.activeByDefault()
Set this profile to be active
|
static FluentProfileBuilder |
FluentProfileBuilder.newProfile()
Modifications to the build process which is keyed on
some sort of environmental parameter.
|
FluentProfileBuilder |
FluentProfileBuilder.withActivation(org.apache.maven.settings.Activation activation)
Set the conditional logic which will automatically
trigger the inclusion of this profile.
|
FluentProfileBuilder |
FluentProfileBuilder.withActivation(FluentActivationBuilder activation)
Set the conditional logic which will automatically
trigger the inclusion of this profile.
|
FluentProfileBuilder |
FluentProfileBuilder.withId(java.lang.String id)
Set the id field.
|
FluentProfileBuilder |
FluentProfileBuilder.withPluginRepository(FluentRepositoryBuilder repository)
add a remote repository for discovering plugins.
|
FluentProfileBuilder |
FluentProfileBuilder.withPluginRepository(org.apache.maven.settings.Repository repository)
add a remote repository for discovering plugins.
|
FluentProfileBuilder |
FluentProfileBuilder.withProperty(java.lang.String key,
java.lang.String value)
Add extended configuration specific to this profile goes
here.
|
FluentProfileBuilder |
FluentProfileBuilder.withRepository(FluentRepositoryBuilder repository)
Add a remote repository.
|
FluentProfileBuilder |
FluentProfileBuilder.withRepository(org.apache.maven.settings.Repository repository)
Add a remote repository.
|
| Modifier and Type | Method and Description |
|---|---|
FluentSettingsBuilder |
FluentSettingsBuilder.withActiveProfile(FluentProfileBuilder profile) |
FluentSettingsBuilder |
FluentSettingsBuilder.withProfile(FluentProfileBuilder profile) |
Copyright © 2014 Yandex. All Rights Reserved.