|
Class Summary |
| AbstractCompilerMojo |
Super class for mojos compiling Jangaroo sources. |
| CompilerMojo |
Mojo to compile Jangaroo sources during the compile phase. |
| PackageApplicationMojo |
An abstract goal to build a Jangaroo application, either for testing or for an actual application. |
| PackageMojo |
Creates the jangaroo archive and attaches them to the project.
The jangaroo archive is created by zipping the packageSourceDirectory
(defaults to target/jangaroo-output). |
| PropertiesMojo |
Mojo to compile properties files to ActionScript3 files |
| TestCompilerMojo |
Mojo to compile Jangaroo sources from during the test-compile phase. |
| WarPackageMojo |
The war-package goal extracts all dependent jangaroo artifacts into
the web application to make them accessible from HTML
pages during execution of the webapp. |