Quantcast
Channel: Apache Timeline
Viewing all articles
Browse latest Browse all 5648

Release of SonarQube Maven Plugin 2.5

$
0
0
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.

http://mojo.codehaus.org/sonar-maven-plugin/index.html

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

<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>sonar-maven-plugin</artifactId>
<version>2.5</version>
</plugin>

Release Notes

** Bug
* [MSONAR-87] - Maven encryption conflict with SonarQube encryption

** Improvement
* [MSONAR-91] - sonar.skip in multi modules project
* [MSONAR-104] - Avoid nested source folders

** Task
* [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

Viewing all articles
Browse latest Browse all 5648

Trending Articles