Class ReleasePublishMojo

All Implemented Interfaces:
org.apache.maven.api.plugin.Mojo

@Mojo(name="release-publish", projectRequired=false, aggregator=true) public class ReleasePublishMojo extends ReleaseDraftMojo
Execute the full release workflow.

This is the -publish counterpart of ike:release (which defaults to a draft preview). Use this goal to actually perform the release.

Usage: mvn ike:release-publish

See Also:
  • Constructor Details

    • ReleasePublishMojo

      public ReleasePublishMojo()
      Creates this goal instance.
  • Method Details

    • runGoal

      protected GoalReportSpec runGoal() throws org.apache.maven.api.plugin.MojoException
      Overrides:
      runGoal in class ReleaseDraftMojo
      Throws:
      org.apache.maven.api.plugin.MojoException