Resource
http://www.sonatype.com/books/mvnref-book/reference/flex-dev.html
http://ria.dzone.com/articles/flex-and-maven?mz=8019-adobe
maven note
1.general maven project archetype
$ mvn archetype:generate
1. When you run this, you should see a much larger POM which exposes the default settings of Maven.
$ mvn help:effective-pom
2.A Maven Plugin is a collection of one or more goals.
3. show plugin goal help
$ mvn help:describe -Dplugin=surefire -Dfull
5. general document
$ mvn site
6.run man class
$ mvn exec:java -Dexec.mainClass=org.sonatype.mavenbook.App
7.show project dependences
$ mvn dependency:tree