| Upgrade from 0.1 to 0.2 Note that during upgrade from 0.1 to 0.2 you will lose history of measures (due to issue SONARPLUGINS-654) and you should manually remove old version (SONARPLUGINS-885). |
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
Install and enable the Trac XML-RPC plugin on your Trac instance. You will need to give an anonymous or user account 'XML_RPC' and 'TICKET_VIEW' privileges.
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, see Analyzing Source Code
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.
Changelog
| Release 0.3 (2 issues) | |||
|---|---|---|---|
| Type | Key | Summary | Priority |
|
|
SONARPLUGINS-2589 | Remove calls to deprecated Sonar API |
|
|
|
SONARPLUGINS-1463 | Trac Plugin causes NullPointerException when run with ANT projects |
|
| Release 0.2 (2 issues) | |||
|---|---|---|---|
| Type | Key | Summary | Priority |
|
|
SONARPLUGINS-885 | Change plugin key to comply with standards |
|
|
|
SONARPLUGINS-654 | maven plugin fails to upload data if trac and jira plugin are both present |
|

