How can I create and install a Maven dependency in my local repository from a 3rd party Flex component?
A. The easiest way to reference a 3rd-party dependency from a Flex project under Maven is to have the dependency in your pom.xml. Some packages don’t offer their code as Maven packages, in which case you can install the primary libraries to your local repository. This example uses the Adobe Data Visualization framework, which is available on Adobe’s site.