Mojo SonarQube Maven Plugin Version 2.3.1 Released
Hi,
The Mojo team is pleased to announce a bugfix release of the SonarQube Maven Plugin version 2.3.1.
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.1</version>
5</plugin>
Release Notes
- MSONAR-77 - Unable to analyze deep multi-module projects on SonarQube 4.3+
Enjoy,
The Mojo team.
Julien HENRY