public static class MavenDistributionManagement.Relocation.Builder extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
MavenDistributionManagement.Relocation.Builder |
artifactId(String artifactId)
Specify the new artifact ID of the dependency.
|
MavenDistributionManagement.Relocation |
build()
Build a
MavenDistributionManagement.Relocation with the current state of this builder. |
MavenDistributionManagement.Relocation.Builder |
groupId(String groupId)
Specify the new group ID of the dependency.
|
MavenDistributionManagement.Relocation.Builder |
message(String message)
Specify a message that provides more details about the relocation.
|
MavenDistributionManagement.Relocation.Builder |
version(String version)
Specify the new version of the dependency.
|
public MavenDistributionManagement.Relocation.Builder groupId(String groupId)
groupId - the new group ID of the dependencypublic MavenDistributionManagement.Relocation.Builder artifactId(String artifactId)
artifactId - the new artifact ID of the dependencypublic MavenDistributionManagement.Relocation.Builder version(String version)
version - the new version of the dependencypublic MavenDistributionManagement.Relocation.Builder message(String message)
message - the relocation messagepublic MavenDistributionManagement.Relocation build()
MavenDistributionManagement.Relocation with the current state of this builder.MavenDistributionManagement.RelocationCopyright © 2022 Pivotal Software, Inc.. All rights reserved.