Class Summary |
AbstractCompressMojo |
Abstact mojo for compressing JavaScripts. |
AbstractJavascriptMojo |
|
AttachCompressedMojo |
Goal used to build javascript libraries with maven. |
CompileMojo |
Goal which assemble javascript sources into the packaging directory. |
DirectoryCompressMojo |
Goal to be used from a jar project, to compress the scripts present in
some folder, and put the result in other folder. |
InPlaceMojo |
Goal that copies javascript dependencies to the web application script
folder, inside the webapp source directory. |
PackageMojo |
Goal which packages scripts and resources as a javascript archive to be
installed / deployed in maven repositories. |
WarPackageMojo |
Goal that prepares scripts for packaging as a web application. |
WebappCompressMojo |
Goal to be used from a war project, to compress the scripts present in the
webapp packaging folder. |