Class NextMojo

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

    @Mojo(name="next",
          requiresDirectInvocation=true,
          inheritByDefault=true,
          requiresProject=true,
          aggregator=true)
    public class NextMojo
    extends BaseMojo
    Logs the versions of the modules that the releaser will release on the next release. Does not run the build nor tag the repo.
    Since:
    1.4.0
    • Constructor Detail

      • NextMojo

        public NextMojo()
    • Method Detail

      • 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