Name |
Sonar SCM Activity Plugin |
License |
Apache 2 |
Authors |
|
Jira |
http://jira.codehaus.org/browse/SONARPLUGINS/component/14305 |
Sources |
|
Latest version |
1.1 ( check version compatibility ) |
Download |
Compatibility matrix
Plugin |
0.1 |
0.2 |
1.0 |
1.1 |
1.2 |
|---|---|---|---|---|---|
Sonar |
1.12+ |
1.12+ |
2.0+ |
2.0+ |
2.7+ |
1.3 |
1.3 |
1.3 |
1.3 |
1.4 |
|
|
|
|
|
|
|
|
|
|
|
|
|
Git (Pure Java) (see SONARPLUGINS-361) |
|
|
|
|
|
|
|
|
|
|
|
CVS (Pure Java) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Perforce (Pure Java) (see SONARPLUGINS-462) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Accurev (see SONARPLUGINS-455) |
|
|
|
|
|
- tested
- added and tested
- added, but not tested in real-life
- tested, but not working
- not implemented
Description / Features
This plugin collects and reports information from SCM.
SCM Metrics

Dashboard widget

Blame

Real life examples
To see a real life examples, you can browse following projects Nemo:
- Git - Sonar
- Subversion - Sonar Plugins
- CVS - Java Calendar Tools
Usage & Installation
- Place the jar into /extensions/plugins/ directory
- Restart Sonar Web server
- Set proper scm tag within your pom.xml (see SCM URL Format)
Example:Or you can use Project Setting - SCM URL.
Or specify it via propertysonar.scm-activity.url. - Go to
Global/Project Settings- Enable plugin. This plugin disabled by default, because can dramatically increase analysis time of your project
- Specify User (
sonar.scm-activity.user.secured) and Password (sonar.scm-activity.password.secured) if needed; if specified thendeveloperConnectionwill be used, otherwiseconnection
- Launch a new quality analysis and the metrics will be fed
Known problems and limitations
Subversion "Server certificate verification failed: issuer is not trusted"
Add following to .subversion/servers:
Pure Java CVS "Could not read password: java.io.FileNotFoundException: /home/user/.cvspass"
Create empty file .cvspass
Pure Java CVS "[ERROR] Didn't find password for CVSROOT"
Just ignore this message - everything should work fine.
CVS anonymous access not working "org.apache.maven.scm.ScmException: password is required."
Try to set empty password for repository in .cvspass. For example :

