Mojo's SonarQube Maven Plugin Version 2.5 Released
Hi,
The Mojo team is pleased to announce the release of the SonarQube Maven Plugin version 2.5..
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.5</version>
5</plugin>
Release Notes SonarQube Maven Plugin Version 2.5
Bug:
- MSONAR-87 - Maven encryption conflict with SonarQube encryption
Improvements:
- MSONAR-91 - sonar.skip in multi modules project
- MSONAR-104 - Avoid nested source folders
Tasks:
- MSONAR-93 - Provide project dependencies for SonarQube 5.0
- MSONAR-103 - Use new Java specific properties to specify classpath
Enjoy,
The Mojo team.
Julien HENRY