Uses of Class
io.spring.initializr.generator.buildsystem.maven.MavenDistributionManagement.DeploymentRepository
Packages that use MavenDistributionManagement.DeploymentRepository
-
Uses of MavenDistributionManagement.DeploymentRepository in io.spring.initializr.generator.buildsystem.maven
Methods in io.spring.initializr.generator.buildsystem.maven that return MavenDistributionManagement.DeploymentRepositoryModifier and TypeMethodDescriptionMavenDistributionManagement.DeploymentRepository.Builder.build()
Build aMavenDistributionManagement.DeploymentRepository
with the current state of this builder.MavenDistributionManagement.getRepository()
Return the information needed to deploy the artifacts generated by the project to a remote repository.MavenDistributionManagement.getSnapshotRepository()
Return the information needed to deploy the snapshot artifacts generated by the project to a remote repository.