The Maven - Flex plugin is a Maven 2 plugin designed to enable continuous integration for Adobe Flex libraries and applications, and to benefit of the power of Apache Maven.
The plugin enables you to build libraries, Flex applications, and perform unit tests. Each of the goals below is linked to a standard life cycle phase, such as : package, test, install and deploy .
General instructions on how to use the plugin can be found on the usage page .
If you still have questions regarding the plugin, please have a look at the FAQ .
If you think some features from the plugin are missing or it has a defect, you can fill a feature request or bug report in our issue tracker . When creating a new issue, please tell more about your concern. Especially for fixing bugs it is crucial that the developers can reproduce your problem. For this reason, entire debug logs, POMs or most preferably little demo projects attached to the issue are very much appreciated. Of course, patches are welcome, too. Contributors can check out the project from our source repository and will find additional information in the guide to helping with Maven .
Backward Compatibility : the plugin performs compilation using Flex SDK 3.x compiler API. There are known bugs when compiling Flex 2 applications when using this Flex compiler. You should use former releases of the plugin to compile such applications.