Integration between XL Release and SonarQube
Sonar Tile for XL Release
You can copy the pre build jar file from under the releases section under git repo
OR
Build the project:
./gradlew assemble
Copy the extension to the plugins folder of your XLR installation:
cp ./build/libs/xlr-sonar-plugin-1.0.jar $XLRelease_HOME/plugins
Specify what all metrics you want to show in summary ( Keys are the key used as Sonar metrics URI params, Value part is a Nice to Show Header for that metric)
On saving, you’ll get the Preview. You can even click on the Data items represented as hyperlinks that take you back to the Sonar Dashboard in a separate browser.