Re: Git or Mercurial

2011-07-04 Thread Freddy Mallet
On Sonar side : +1 for Git (pretty well tested) +0 for Mercurial (known open issue with the Sonar SCM Activity plugin : http://jira.codehaus.org/browse/SONARPLUGINS-1157) Freddy Mallet www.SonarSource.org www.SonarSource.com

Re: Setting custom varaibles

2010-03-13 Thread Freddy Mallet
, Freddy Mallet www.SonarSource.com Sonar.codehaus.org http://twitter.com/FreddyMallet On Sat, Mar 13, 2010 at 3:14 PM, swaroopgr wrote: > > Ah! No I can't. That's our default build env! I can't decide! :) > >

[ANN] Sonar 1.12 Released

2009-12-14 Thread Freddy Mallet
see Sonar in action : http://nemo.sonarsource.org Enjoy, - The Sonar team Freddy Mallet www.SonarSource.com Sonar.codehaus.org http://twitter.com/FreddyMallet

Re: How-to implement Code Quality Analysis on multiple Maven Projects?

2009-10-06 Thread Freddy Mallet
tions drilldown, Hotspots, etc. This is currently the ultimate solution to manage big aggregation trees with hundreds of Maven projects. regards, Freddy -------- Freddy Mallet www.SonarSource.com Sonar.codehaus.org http://twitter.com/FreddyMallet ---

Re: How-to implement Code Quality Analysis on multiple Maven Projects?

2009-09-30 Thread Freddy Mallet
Hi Ralf, FYI, the Sonar Core and most underlying Maven Quality plugins are compatible with the use of the Maven Build Helper Plugin but this is not the case of the Maven Checkstyle plugin : http://jira.codehaus.org/browse/MCHECKSTYLE-70. Freddy Freddy

Re: How-to implement Code Quality Analysis on multiple Maven Projects?

2009-09-29 Thread Freddy Mallet
Hi Ralf, You're touching a quite interesting subject as some quality metrics are partially or even totally wrong in some cases when analyzing all Maven projects in isolation. This is particularly true when dealing with Robert C. Martin metrics collected for instance with JDepends library. Indeed,

Re: Deprecating and banning artifacts with repository metadata

2009-09-12 Thread Freddy Mallet
file, look for dependencies which could match the prohibited ones and insert those violations in the Sonar DB I'll glad to support anyone interested by writing such plugin. Freddy -------- Freddy Mallet www.SonarSource.com Sonar.codehaus.org http://twitter.com/Fr

Re: skipping plugin execution on a module in a multi-modules context

2009-06-17 Thread Freddy Mallet
Hi Christophe, When launching the "mvn sonar:sonar" command on your multi-modules project, you just have to add the following Sonar property "-Dsonar.skippedModules=${module_artifact_to_exclude}" and you'll get what you want. Hope it helps, Freddy --

Re: Using multiple source dirs

2009-05-13 Thread Freddy Mallet
you can't activate findbugs rules on those projects. Hope it helps, Freddy [1] - http://sonar.codehaus.org/support/ Freddy Mallet www.SonarSource.com Sonar.codehaus.org http://twitter.com/FreddyMallet On Tue

[ANNOUNCE] Sonar 1.5 Released

2009-01-08 Thread Freddy Mallet
The Sonar team is pleased to announce the release of Sonar 1.5 Sonar is a quality management platform that transparently orchestrates well known tools such as Checkstyle, PMD, Findbugs, JavaNCSS, Clover and Cobertura. Sonar provides the ability to get an insight of the health of projects portfoli

[ANN] Sonar 1.1 Released : Quality Management Dashboard

2008-03-07 Thread Freddy Mallet
The Sonar team is pleased to announce the release of Sonar 1.1. Sonar is a new Open Source (LGPL) Quality Management Dashboard hosted by Codehaus to monitor java projects. If you only work on few java projects, we highly encourage people to take a look or keep using great Open Source tools like M