Name |
Flex Plugin |
Authors |
Olivier Gaudin |
Jira |
http://jira.codehaus.org/browse/SONARPLUGINS/component/14297 |
Latest Version |
0.1 (check version compatibility ) |
License |
LGPL v3 |
Sources |
|
Download |
Call for voting : sonar-flex-plugin-0.1.jar |
Description / Features
The plugin enables analysis of ActionScript projects within Sonar. This plugin handles 3 maven plugins that gather the data : FlexMetrics for base metrics, FlexPMD for coding rules violations and FlexCPD to detect duplicated code.
Plugin |
FlexMetrics |
FlexPMD |
FlexCPD |
FlexUnit |
|---|---|---|---|---|
0.1 |
1.1 |
1.0 |
1.0 |
N/A |
And of course all built-in functionality of Sonar are available : dashboard, drilldown, clouds...
Usage & Installation
Since the plugin handles Adobe maven plugins that are not in the central repo, it is necessary to add the Adobe repo in settings.xml :
- Copy the jar into /extensions/plugins/ directory
- Restart Sonar Web server
- Create a pom.xml at the root of the project
- Launch a quality analysis on a flex project : "mvn sonar:sonar -Pflex"
Known limitations
N/A

