Class ReleasePublishMojo
java.lang.Object
network.ike.plugin.support.AbstractGoalMojo
network.ike.plugin.ReleaseDraftMojo
network.ike.plugin.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 Summary
Constructors -
Method Summary
Methods inherited from class AbstractGoalMojo
execute, getLog, getPrompter, getSession
-
Constructor Details
-
ReleasePublishMojo
public ReleasePublishMojo()Creates this goal instance.
-
-
Method Details
-
runGoal
- Overrides:
runGoalin classReleaseDraftMojo- Throws:
org.apache.maven.api.plugin.MojoException
-