...
- Install the Flex plugin through the Update Center or download it into the SONAR_HOME/extensions/plugins directory
- Restart the Sonar server
Usage
Run a Sonar Analysis with the Sonar Runner (Recommended Way)
To launch a Sonar analysis of your Flex project, use the Sonar Runner.
A sample project is available on github that can be browsed or downloaded: /projects/languages/flex/flex-sonar-runner.
Run a Sonar Analysis with the other Analyzers
Maven and Ant can also be used to launch analysis on Flex projects.
Unit Tests an Code Coverage Reports
If you want to have unit test results in your Sonar dashboard, execute your unit tests before running the Sonar analysis and use the "sonar.dynamicAnalysis=reuseReports" property along with the "sonar.surefire.reportsPath" one to specify where Sonar should retrieve the XML reports.
You can provide the path to the code coverage report (in cobertura xml format) using the "sonar.cobertura.reportPath" property.
Metrics
See Metrics documentation page.
Extending Coding Rules using XPath
...

