Flex-Mojos is a collection of maven-plugins created to make it possible to use Apache Maven to use to manage Adobe Flex plugins.
The Flex Compiler plugin compiles all ActionScript sources. It can compile the source into both 'swc' or 'swf' files. The plugin supports the following packaging: swc, swf, aswc, aswf.
The encrypter plugin can encrypt an swf files.
The ASDoc plugin generates ActionScript documention just like javadoc.
The Source plugin can create a jar package of all Adobe Flex sources in your source directories.
The Generator plugin can be used to generate AS3 files from Java class/jars. It uses granite gas3 generator engine to do that.
The Optimizer plugin generate optimized SWF files for runtime shared libraries to any Flex Library (SWC)
Used to create HTML wrapper to Flex Applications (SWF).
The utils library contains common functionality used by the Flex-Mojo plugins.
TODO: Add super poms?