Name |
Sonar SCM Activity Plugin |
Authors |
|
Jira |
http://jira.codehaus.org/browse/SONARPLUGINS/component/14305 |
Latest version |
0.1 |
License |
Apache 2 |
Sources |
|
Download |
sonar-scm-activity-plugin-0.1-shaded.jar |
Compatibility matrix
Plugin |
0.1 |
0.2-SNAPSHOT |
---|---|---|
Sonar |
1.12+ |
1.12+ |
|
|
|
|
|
|
Git (Pure Java) (see SONARPLUGINS-361) |
|
|
|
|
|
CVS (Pure Java) (see SONARPLUGINS-358) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Description / Features
This plugin collects and reports information from SCM.
SCM Metrics
Blame
Usage & Installation
- Place the jar into /extensions/plugins/ directory
- Restart Sonar Web server
- Set proper scm tag within your pom.xml
Example:<scm> <connection>scm:svn:http://svn.codehaus.org/sonar-plugins/trunk/scm-activity</connection> <developerConnection>scm:svn:https://svn.codehaus.org/sonar-plugins/trunk/scm-activity</developerConnection> <url>http://svn.sonar-plugins.codehaus.org</url> </scm>
- Go to
Global/Project Settings
- Enable plugin. This plugin disabled by default, because can dramatically increase analysis time of your project
- Specify User and Password if needed; if specified then
developerConnection
will be used, otherwiseconnection
- Launch a new quality analysis and the metrics will be fed
Changelog
Overview
Content Tools