| Package | Description |
|---|---|
| io.spring.initializr.generator.buildsystem.maven |
Maven build system.
|
| Modifier and Type | Method and Description |
|---|---|
MavenPlugin.Builder |
MavenPlugin.Builder.configuration(Consumer<MavenPlugin.ConfigurationBuilder> configuration)
Customize the
configuration of the plugin using the specified consumer. |
MavenPlugin.Builder |
MavenPlugin.Builder.dependency(String groupId,
String artifactId,
String version)
Add a plugin dependency.
|
MavenPlugin.Builder |
MavenPlugin.Builder.execution(String id,
Consumer<MavenPlugin.ExecutionBuilder> execution)
Add an
execution with the specified id and Consumer to
customize the object. |
MavenPlugin.Builder |
MavenPlugin.Builder.extensions(boolean extensions)
Set whether to load extensions of this plugin.
|
MavenPlugin.Builder |
MavenPlugin.Builder.version(String version)
Set the version of the plugin or
null if the version is managed by the
project. |
| Modifier and Type | Method and Description |
|---|---|
void |
MavenPluginContainer.add(String groupId,
String artifactId,
Consumer<MavenPlugin.Builder> plugin)
|
| Constructor and Description |
|---|
MavenPlugin(MavenPlugin.Builder builder) |
Copyright © 2022 Pivotal Software, Inc.. All rights reserved.