| Package | Description |
|---|---|
| io.spring.initializr.generator.buildsystem.maven |
Maven build system.
|
| Modifier and Type | Method and Description |
|---|---|
MavenDistributionManagement.Relocation.Builder |
MavenDistributionManagement.Relocation.Builder.artifactId(String artifactId)
Specify the new artifact ID of the dependency.
|
MavenDistributionManagement.Relocation.Builder |
MavenDistributionManagement.Relocation.Builder.groupId(String groupId)
Specify the new group ID of the dependency.
|
MavenDistributionManagement.Relocation.Builder |
MavenDistributionManagement.Relocation.Builder.message(String message)
Specify a message that provides more details about the relocation.
|
MavenDistributionManagement.Relocation.Builder |
MavenDistributionManagement.Relocation.Builder.version(String version)
Specify the new version of the dependency.
|
| Modifier and Type | Method and Description |
|---|---|
MavenDistributionManagement.Builder |
MavenDistributionManagement.Builder.relocation(Consumer<MavenDistributionManagement.Relocation.Builder> relocation)
Customize the
relocation using the specified consumer. |
Copyright © 2022 Pivotal Software, Inc.. All rights reserved.