Package | Description |
---|---|
io.spring.initializr.generator.buildsystem.maven |
Maven build system.
|
Modifier and Type | Method and Description |
---|---|
MavenPlugin.ExecutionBuilder |
MavenPlugin.ExecutionBuilder.configuration(Consumer<MavenPlugin.ConfigurationBuilder> configuration)
Customize the
configuration of the execution using the specified
consumer. |
MavenPlugin.ExecutionBuilder |
MavenPlugin.ExecutionBuilder.goal(String goal)
Add a goal to invoke for this execution.
|
MavenPlugin.ExecutionBuilder |
MavenPlugin.ExecutionBuilder.phase(String phase)
Set the
phase of the build lifecycle that goals will execute in. |
Modifier and Type | Method and Description |
---|---|
MavenPlugin.Builder |
MavenPlugin.Builder.execution(String id,
Consumer<MavenPlugin.ExecutionBuilder> execution)
Add an
execution with the specified id and Consumer to
customize the object. |
Copyright © 2022 Pivotal Software, Inc.. All rights reserved.