You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Simon Brandhof <si...@gmail.com> on 2013/08/09 10:21:55 UTC

[ANN] sonar-maven-plugin 2.1

Hi,

The Mojo team is pleased to announce the release of the sonar-maven-plugin
version 2.1.

This plugin allows to inspect code with SonarQube.

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

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

This new version adds the support of Maven 3.1. Note that upgrading to
SonarQube 3.7 is required to benefit from Maven 3.1. Older versions of
SonarQube are still supported when using Maven 3.0.x.


http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=12430&version=18062

Enjoy,

The Mojo team.

-- Simon