Hi all, I'd like to make the first beta-release of the Sonar Mojo. The maven site is staged at http://dist.sonar.codehaus.org/experimental/site/index.html. Sources can be found at https://svn.codehaus.org/mojo/trunk/mojo/sonar-maven-plugin.
This is the first release as a mojo, so let's explain how it works (in 30 seconds, better than the 2-minutes tutorial referred in the maven site ;o) : - unzip sonar-1.8.zip downloaded from http://sonar.codehaus.org/downloads/ - start it : bin/macosx-universal-64/sonar.sh console (I guess you're on a mac) - click on setup from http://localhost:9000 - check that http://snapshots.repository.codehaus.org is declared as a plugin repository in your maven settings - run mvn sonar:sonar on a project. It requires Maven to be run with a minimum of Java5. - that's all, your project is published at http://localhost:9000 +1 0 -1 Regards, Simon
