Package org.gradle.api.publish.maven
Interface MavenPomRelocation
public interface MavenPomRelocation
The relocation information of a Maven publication that has been moved
 to a new group and/or artifact ID.
- Since:
- 4.8
- See Also:
- 
Method SummaryModifier and TypeMethodDescriptionThe new artifact ID of the artifact.The new group ID of the artifact.The message to show the user for this relocation.The new version of the artifact.
- 
Method Details- 
getGroupIdThe new group ID of the artifact.
- 
getArtifactIdThe new artifact ID of the artifact.
- 
getVersionThe new version of the artifact.
- 
getMessageThe message to show the user for this relocation.
 
-