Maven Flex Plugin
The Maven Flex Plugin (mvnflexplugin) 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.
Current version
The current version is 2.3.1, please consult the plugin site to use it.
The former releases are no longer maintained, but you can obtain binary artifacts from the Maven repository, or browse the sources to compile a version by your own.
Flex compatibility
The current version use the Flex Compiler API 3.2.0.3958. There is a backward compatibility issue when compiling artifacts using the Flex 2.0.x ActionScript SDK. We are currently working on a workaround to fix it. To select the proper ActionScript libraries, use the Maven dependency mechanism. See the Maven site for more.
Sources
Source code of the project is hosted by Sourceforge, and can be viewed at
http://mvnflex2plugin.svn.sourceforge.net/viewvc/mvnflex2plugin/
Source checkout can be done by launching the command :
svn co http://mvnflex2plugin.svn.sourceforge.net/svnroot/mvnflex2plugin/BRANCH_OR_TAG maven-flex-plugin
Replace BRANCH_OR_TAG with the appropriate suffix.
The Subversion repository has a “always-branch” layout, so pickup the tag or branch that fits your needs. The current development branch is 2.3.2-SNAPSHOT.
Plugin documentation
The documentation is available on the plugin Maven site.
Getting Involved
There are many ways to get involved in the project, if you are interested in :
- Create patches if you think you fixed an issue or made improvements
- Request features
- Contribute to the developer documentation by writing comments, posts or articles
- Contact us for ideas or suggestions
- Contact us to become a development team member



