SonarQube :: Plugins :: SCM :: Jazz RTC

Jazz Rational Team Concert SCM Provider.

License

License

GroupId

GroupId

org.codehaus.sonar-plugins
ArtifactId

ArtifactId

sonar-scm-jazzrtc-plugin
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

sonar-plugin
Description

Description

SonarQube :: Plugins :: SCM :: Jazz RTC
Jazz Rational Team Concert SCM Provider.
Project URL

Project URL

http://redirect.sonarsource.com/plugins/scmjazzrtc.html
Project Organization

Project Organization

SonarSource
Source Code Management

Source Code Management

https://github.com/SonarCommunity/sonar-scm-jazzrtc

Download sonar-scm-jazzrtc-plugin

Dependencies

provided (2)

Group / Artifact Type Version
com.google.code.findbugs : jsr305 jar 2.0.3
org.codehaus.sonar : sonar-plugin-api jar 5.0

test (2)

Group / Artifact Type Version
org.codehaus.sonar : sonar-testing-harness jar 5.0
org.mockito : mockito-core jar 1.9.5

Project Modules

There are no modules declared in this project.

SonarQube Jazz RTC SCM Plugin

Build Status

Description

This plugin implements SCM dependent features of SonarQube for Jazz RTC projects.

Usage

This provider is a wrapper around 'lscm' command line utility. You need to have 'lscm' in the PATH.

Auto-detection will works if there is a .jazz5 folder in the project root directory. Otherwise you can force the provider using -Dsonar.scm.provider=jazz.

You can also configure some optional properties:

Key Description
sonar.jazzrtc.username Username to be used for Jazz RTC authentication
sonar.jazzrtc.password.secured Password to be used for Jazz RTC authentication
sonar.jazzrtc.cmd.timeout Timeout to be used for Jazz RTC Annotate command

Known Limitations

  • Blame is not executed in parallel since it is not supported by lscm annotate.
  • 'lscm' annotate returns information from server for the given file in latest revision (whatever is the status of your local workspace).

Versions

Version
1.0