Uses of Class
io.spring.initializr.generator.buildsystem.maven.MavenDistributionManagement.DeploymentRepository.Builder
Packages that use MavenDistributionManagement.DeploymentRepository.Builder
-
Uses of MavenDistributionManagement.DeploymentRepository.Builder in io.spring.initializr.generator.buildsystem.maven
Methods in io.spring.initializr.generator.buildsystem.maven that return MavenDistributionManagement.DeploymentRepository.BuilderModifier and TypeMethodDescriptionSet the id of the repository.Set the repository layout, can bedefault
orlegacy
.Set the name of the repository.MavenDistributionManagement.DeploymentRepository.Builder.uniqueVersion
(Boolean uniqueVersion) Set whether snapshots should be assigned a unique version comprised of the timestamp and build number.Set the url of the repository to use to upload artifacts.Method parameters in io.spring.initializr.generator.buildsystem.maven with type arguments of type MavenDistributionManagement.DeploymentRepository.BuilderModifier and TypeMethodDescriptionMavenDistributionManagement.Builder.repository
(Consumer<MavenDistributionManagement.DeploymentRepository.Builder> repository) Customize therepository
using the specified consumer.MavenDistributionManagement.Builder.snapshotRepository
(Consumer<MavenDistributionManagement.DeploymentRepository.Builder> snapshotRepository) Customize thesnapshotRepository
using the specified consumer.