Class UntagMojo

  • All Implemented Interfaces:
    org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

    @Mojo(name="untag",
          aggregator=true)
    public class UntagMojo
    extends AbstractScmMojo
    Untag the project.
    • Field Detail

      • tag

        @Parameter(property="tag",
                   required=true)
        private java.lang.String tag
        The tag name.
      • message

        @Parameter(property="message",
                   required=false)
        private java.lang.String message
        The commit message.
    • Constructor Detail

      • UntagMojo

        public UntagMojo()
    • Method Detail

      • execute

        public void execute()
                     throws org.apache.maven.plugin.MojoExecutionException
        Specified by:
        execute in interface org.apache.maven.plugin.Mojo
        Overrides:
        execute in class AbstractScmMojo
        Throws:
        org.apache.maven.plugin.MojoExecutionException