Package org.seedstack.maven
Class PackageMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.seedstack.maven.PackageMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="package", threadSafe=true, defaultPhase=PACKAGE) public class PackageMojo extends org.apache.maven.plugin.AbstractMojoDefines the package goal. This goal packages a SeedStack project as a capsule.- Author:
- adrien.lauer@gmail.com
-
-
Constructor Summary
Constructors Constructor Description PackageMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()ContextgetContext()
-
-
-
Method Detail
-
execute
public void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException- Throws:
org.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureException
-
getContext
public Context getContext()
-
-