Class PreparePackageMojo

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

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

      • PreparePackageMojo

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