| Package | Description |
|---|---|
| io.spring.initializr.generator.buildsystem.maven |
Maven build system.
|
| Modifier and Type | Method and Description |
|---|---|
MavenDistributionManagement.Builder |
MavenBuild.distributionManagement()
Return a builder to configure the distribution management of this build.
|
MavenDistributionManagement.Builder |
MavenProfile.distributionManagement()
Return a builder to configure the distribution management of this profile.
|
MavenDistributionManagement.Builder |
MavenDistributionManagement.Builder.downloadUrl(String downloadUrl)
Specify the URL where this project can be downloaded from.
|
MavenDistributionManagement.Builder |
MavenDistributionManagement.Builder.relocation(Consumer<MavenDistributionManagement.Relocation.Builder> relocation)
Customize the
relocation using the specified consumer. |
MavenDistributionManagement.Builder |
MavenDistributionManagement.Builder.repository(Consumer<MavenDistributionManagement.DeploymentRepository.Builder> repository)
Customize the
repository using the specified consumer. |
MavenDistributionManagement.Builder |
MavenDistributionManagement.Builder.site(Consumer<MavenDistributionManagement.Site.Builder> site)
Customize the
site using the specified consumer. |
MavenDistributionManagement.Builder |
MavenDistributionManagement.Builder.snapshotRepository(Consumer<MavenDistributionManagement.DeploymentRepository.Builder> snapshotRepository)
Customize the
snapshotRepository using the specified consumer. |
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.