Class PackageMojo

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

    @Mojo(name="package",
          defaultPhase=PACKAGE,
          threadSafe=true)
    public class PackageMojo
    extends org.apache.maven.plugin.AbstractMojo
    Creates the jangaroo archive and attaches them to the project.
    The jangaroo archive is created by zipping the outputDirectory (defaults to target/classes).

    The package goal is executed in the package phase of the jangaroo lifecycle.

    • Constructor Detail

      • PackageMojo

        public PackageMojo()
    • Method Detail

      • getManifestEntries

        protected Map<String,​String> getManifestEntries()
      • execute

        public void execute()
                     throws org.apache.maven.plugin.MojoExecutionException
        Throws:
        org.apache.maven.plugin.MojoExecutionException