If you go here: https://repository.sonatype.org

And search for the artifact: sonar-maven-plugin



You get a listing for both



<dependency>

  <groupId>org.codehaus.sonar</groupId>

  <artifactId>sonar-maven-plugin</artifactId>

  <version>2.4.1</version>

</dependency>



And



<dependency>

  <groupId>org.codehaus.mojo</groupId>

  <artifactId>sonar-maven-plugin</artifactId>

  <version>2.0-beta-2</version>

</dependency>



(Notice the version numbers differ and the groupids are different with "sonar" 
and "mojo")



To me it would seem 2.4.1 is the latest, but it appears 2.0-beta-2 is the 
latest.  Perhaps one is for maven 3.x and the other is for maven 2.x?  What is 
the difference and which one to use?


________________________________
From: Evgeny Mandrikov [mailto:[email protected]]
Sent: Wednesday, December 22, 2010 3:24 AM
To: Mojo Users List
Cc: Mojo Developers List
Subject: [mojo-user] [ANN] Sonar Maven Plugin 2.0-beta-2 Released

Hi,

The Mojo team is pleased to announce the release of the Sonar Maven Plugin 
version 2.0-beta-2.

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

Release Notes - Sonar Maven Plugin - Version 2.0-beta-2

** Bug
    * [MOJO-1613] - SonarMojo should be marked with 
"@requiresDependencyResolution test"


Enjoy,

The Mojo team.

Reply via email to