public static class MavenDistributionManagement.Relocation extends Object
Modifier and Type | Class and Description |
---|---|
static class |
MavenDistributionManagement.Relocation.Builder |
Modifier and Type | Method and Description |
---|---|
String |
getArtifactId()
Return the new artifact ID of the dependency.
|
String |
getGroupId()
Return the new group ID of the dependency.
|
String |
getMessage()
Return a message that provides more details about the relocation.
|
String |
getVersion()
Return the new version of the dependency.
|
boolean |
isEmpty() |
public boolean isEmpty()
public String getGroupId()
public String getArtifactId()
public String getVersion()
public String getMessage()
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.