Package net.jangaroo.jooc.mvnplugin
Class PackageMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- net.jangaroo.jooc.mvnplugin.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.AbstractMojoCreates the jangaroo archive and attaches them to the project.
The jangaroo archive is created by zipping theoutputDirectory(defaults to target/classes).The
packagegoal is executed in thepackagephase of the jangaroo lifecycle.
-
-
Constructor Summary
Constructors Constructor Description PackageMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()protected Map<String,String>getManifestEntries()
-