| Subclasses of AbstractJavascriptMojo in org.codehaus.mojo.javascript |
class |
CompileMojo
Goal which assemble javascript sources into the packaging directory. |
class |
CompileSourceMojo
|
class |
InPlaceMojo
Goal that copies javascript dependencies to the web application script
folder, inside the webapp source directory. |
class |
JsUnitMojo
Goal which runs javascript tests using jsunit framework. |
class |
PrepareTestsMojo
Goal which copies scripts to the test-script directory. |
class |
WarPackageMojo
Compile scripts in a WAR the same way as for a stand-alone javascript project,
except output the scripts to the webapp's target directory instead of
a dedicated scripts output directory. |