Uses of Class
io.spring.initializr.generator.buildsystem.maven.MavenPlugin.ExecutionBuilder
Packages that use MavenPlugin.ExecutionBuilder
-
Uses of MavenPlugin.ExecutionBuilder in io.spring.initializr.generator.buildsystem.maven
Methods in io.spring.initializr.generator.buildsystem.maven that return MavenPlugin.ExecutionBuilderModifier and TypeMethodDescriptionMavenPlugin.ExecutionBuilder.configuration
(Consumer<MavenPlugin.ConfigurationBuilder> configuration) Customize theconfiguration
of the execution using the specified consumer.Add a goal to invoke for this execution.Set thephase
of the build lifecycle that goals will execute in.Method parameters in io.spring.initializr.generator.buildsystem.maven with type arguments of type MavenPlugin.ExecutionBuilderModifier and TypeMethodDescriptionMavenPlugin.Builder.execution
(String id, Consumer<MavenPlugin.ExecutionBuilder> execution) Add anexecution
with the specified id andConsumer
to customize the object.