Uses of Class
io.spring.initializr.generator.buildsystem.maven.MavenPlugin.Builder
Packages that use MavenPlugin.Builder
-
Uses of MavenPlugin.Builder in io.spring.initializr.generator.buildsystem.maven
Methods in io.spring.initializr.generator.buildsystem.maven that return MavenPlugin.BuilderModifier and TypeMethodDescriptionMavenPlugin.Builder.configuration
(Consumer<MavenPlugin.ConfigurationBuilder> configuration) Customize theconfiguration
of the plugin using the specified consumer.MavenPlugin.Builder.dependency
(String groupId, String artifactId, String version) Add a plugin dependency.MavenPlugin.Builder.execution
(String id, Consumer<MavenPlugin.ExecutionBuilder> execution) Add anexecution
with the specified id andConsumer
to customize the object.MavenPlugin.Builder.extensions
(boolean extensions) Set whether to load extensions of this plugin.Set the version of the plugin ornull
if the version is managed by the project.Method parameters in io.spring.initializr.generator.buildsystem.maven with type arguments of type MavenPlugin.BuilderModifier and TypeMethodDescriptionvoid
MavenPluginContainer.add
(String groupId, String artifactId, Consumer<MavenPlugin.Builder> plugin) Constructors in io.spring.initializr.generator.buildsystem.maven with parameters of type MavenPlugin.Builder