Class UpdateVersionTextMojo

java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.eclipse.jetty.toolchain.version.AbstractVersionMojo
org.eclipse.jetty.toolchain.version.UpdateVersionTextMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

@Mojo(name="update-version-text", requiresProject=true, defaultPhase=PACKAGE) public class UpdateVersionTextMojo extends AbstractVersionMojo
Update the active version entry in the VERSION.txt file from information present in the git logs.
  • Constructor Details

    • UpdateVersionTextMojo

      public UpdateVersionTextMojo()
  • Method Details

    • execute

      public void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException
      Throws:
      org.apache.maven.plugin.MojoExecutionException
      org.apache.maven.plugin.MojoFailureException