Interface MavenPomRelocation

    • Method Detail

      • getGroupId

        Property<String> getGroupId()
        The new group ID of the artifact.
      • getArtifactId

        Property<String> getArtifactId()
        The new artifact ID of the artifact.
      • getVersion

        Property<String> getVersion()
        The new version of the artifact.
      • getMessage

        Property<String> getMessage()
        The message to show the user for this relocation.