public class WarPackageMojo extends GenerateModuleAMDMojo
generate-amd, the war-package goal generates an AMD module with all
Maven dependencies to other Jangaroo modules as AMD dependencies, but also a bootstrap AMD module called
jangaroo-application that requires this module.
This goal is NOT bound to the jangaroo lifecycle. It is aimed to be used in conjunction with
the war lifecycle by defining its execution as shown in the following snippet
...
<plugin>
<groupId>net.jangaroo</groupId>
<artifactId>jangaroo-maven-plugin</artifactId>
<extensions>true</extensions>
<executions>
<execution>
<goals>
<goal>war-package</goal>
</goals>
</execution>
</executions>
</plugin>
...
project| Constructor and Description |
|---|
WarPackageMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
computeAMDName, getDependencies, getDependencies, getDependentArtifacts, getOutputDirectory, getProjectgetMavenPluginHelper, isJangarooPackagingpublic void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
execute in interface org.apache.maven.plugin.Mojoexecute in class GenerateModuleAMDMojoorg.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureExceptionCopyright © 2002–2015 CoreMedia AG. All rights reserved.