Class DeployOnlyMojo

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

    @Mojo(name="deploy-only")
    public class DeployOnlyMojo
    extends AbstractHerokuDeployMojo
    Deploys an application to Heroku without resolving dependencies, packaging, or vendoring dependencies. This goal can be used to execute standalone, or be bound to a different phase in the lifecycle.
    • Constructor Detail

      • DeployOnlyMojo

        public DeployOnlyMojo()
    • 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