Version Information
Application |
Version |
|---|---|
Plugin |
0.1 |
Description / Features
This plugin uses the Trac XML-RPC plugin to connect to a Trac instance and display metrics about open tickets. It can also drill down to the component level.
Installation
Place the JAR file of the plugin in /extensions/plugins of your Sonar installation. Restart sonar.
Usage
The Trac instance URL can be specified in two places:
- Your project's pom.xml file under the 'issue managment' section; for example: (note that the username/password/component has to be specified in Sonar project settings, the plugin does not currently have the ability to read the username/password/component from the pom.xml)
- Specified in Sonar under the project settings.
- Username/password/component name should also be specified here.
Note: component name is completely optional, if you don't specify one you will get the number of tickets over the whole instance. There is also no validation of the component name, so if you specify a non-existent component name no tickets will be found.
Running analysis
To kick-off the analysis, run mvn sonar:sonar
Known limitations
- While the Trac instance URL can be picked up from your project's pom.xml file the username/password/component have to be specified within the project settings in Sonar.

