Uses of Class
io.spring.initializr.generator.buildsystem.maven.MavenDistributionManagement.Relocation.Builder
Packages that use MavenDistributionManagement.Relocation.Builder
-
Uses of MavenDistributionManagement.Relocation.Builder in io.spring.initializr.generator.buildsystem.maven
Methods in io.spring.initializr.generator.buildsystem.maven that return MavenDistributionManagement.Relocation.BuilderModifier and TypeMethodDescriptionMavenDistributionManagement.Relocation.Builder.artifactId
(String artifactId) Specify the new artifact ID of the dependency.Specify the new group ID of the dependency.Specify a message that provides more details about the relocation.Specify the new version of the dependency.Method parameters in io.spring.initializr.generator.buildsystem.maven with type arguments of type MavenDistributionManagement.Relocation.BuilderModifier and TypeMethodDescriptionMavenDistributionManagement.Builder.relocation
(Consumer<MavenDistributionManagement.Relocation.Builder> relocation) Customize therelocation
using the specified consumer.