Class MavenDistributionManagement.Relocation

java.lang.Object
io.spring.initializr.generator.buildsystem.maven.MavenDistributionManagement.Relocation
Enclosing class:
MavenDistributionManagement

public static class MavenDistributionManagement.Relocation extends Object
Relocation information of the artifact if it has been moved to a new groupId and/or artifactId.
  • Method Details

    • isEmpty

      public boolean isEmpty()
    • getGroupId

      public String getGroupId()
      Return the new group ID of the dependency.
      Returns:
      the relocated group ID
    • getArtifactId

      public String getArtifactId()
      Return the new artifact ID of the dependency.
      Returns:
      the relocated artifact ID
    • getVersion

      public String getVersion()
      Return the new version of the dependency.
      Returns:
      the relocated version
    • getMessage

      public String getMessage()
      Return a message that provides more details about the relocation.
      Returns:
      the relocation message