Class PrepareWithPomReleaseMojo

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

@Mojo(name="prepare-with-pom", aggregator=true, requiresDependencyResolution=TEST) public class PrepareWithPomReleaseMojo extends PrepareReleaseMojo
Prepare for a release in SCM, fully resolving dependencies for the purpose of producing a "release POM".
Since:
2.0
Author:
Brett Porter
  • Constructor Details

    • PrepareWithPomReleaseMojo

      public PrepareWithPomReleaseMojo()
  • Method Details

    • execute

      public void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException
      Description copied from class: PrepareReleaseMojo
      Specified by:
      execute in interface org.apache.maven.plugin.Mojo
      Overrides:
      execute in class PrepareReleaseMojo
      Throws:
      org.apache.maven.plugin.MojoExecutionException
      org.apache.maven.plugin.MojoFailureException