Mojo SonarQube Maven Plugin 2.3 Released

The Mojo team is pleased to announce the release of the SonarQube Maven Plugin version 2.3.

This plugin aims at running SonarQube analysis for Maven projects.

To get this update, simply specify the version in your project's plugin configuration:

1<plugin>
2  <groupId>org.codehaus.mojo</groupId>
3  <artifactId>sonar-maven-plugin</artifactId>
4  <version>2.3</version>
5</plugin>

4 Issues have been solved:

Bugs:

  • MSONAR-46 - Add the "skip" option
  • MSONAR-61 - Improve support of advanced reactor options
  • MSONAR-69 - Support Maven encryption mechanism for SonarQube passwords
  • MSONAR-60 - Embed sonar-runner

Enjoy,

The Mojo team.