Class PackageMojo

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

    @Mojo(name="package",
          defaultPhase=PREPARE_PACKAGE,
          requiresDependencyResolution=NONE,
          threadSafe=false)
    public class PackageMojo
    extends AbstractProvisioningMojo
    Author:
    cybercon <bndly@cybercon.de>
    • Constructor Detail

      • PackageMojo

        public PackageMojo()
    • Method Detail

      • execute

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