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

Release of SonarQube Maven Plugin 2.4

$
0
0
Hi,

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

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.4</version>
</plugin>

Release Notes

    * [MSONAR-70] - Use every available "sonar.*" property when running an analysis with Maven
    * [MSONAR-75] - Remove unexisting entries from "sonar.sources" and "sonar.tests" on projects with packaging=pom
    * [MSONAR-81] - On "war" modules the directory containing the web resources ("src/main/webapp" by default) should be automatically added to "sonar.sources"
    * [MSONAR-82] - By default the "pom.xml" file should be part of "sonar.sources"
    * [MSONAR-83] - Populate sonar.libraries

Enjoy,

The Mojo team.

Julien HENRY

Viewing all articles
Browse latest Browse all 5648