Uses of Class
io.spring.initializr.generator.buildsystem.maven.MavenDistributionManagement.Site.Builder
Packages that use MavenDistributionManagement.Site.Builder
-
Uses of MavenDistributionManagement.Site.Builder in io.spring.initializr.generator.buildsystem.maven
Methods in io.spring.initializr.generator.buildsystem.maven that return MavenDistributionManagement.Site.BuilderModifier and TypeMethodDescriptionSet the id of the repository.Set the name of the repository.Set the url of the repository to use to upload the site.Method parameters in io.spring.initializr.generator.buildsystem.maven with type arguments of type MavenDistributionManagement.Site.BuilderModifier and TypeMethodDescriptionMavenDistributionManagement.Builder.site
(Consumer<MavenDistributionManagement.Site.Builder> site) Customize thesite
using the specified consumer.