Hi Christian and Barrie,

FYI, I've just deployed on Nemo (http://nemo.sonarsource.org) a Sonar Views
plugin in a Beta version (this will be a commercial SonarSource plugin).
This plugin allows to create any kind of aggregation of technical Maven
projects. For instance you can group projects by application, applications
by team, teams by service, etc ...

I've created three views on Nemo (
http://nemo.sonarsource.org/plugins/home/views) and one of them is the
"Forges" view where all projects are grouped by forge (Apache, Codehaus,
SourceForge, ...).

On the dashboard of the "Forges" view (
http://nemo.sonarsource.org/project/index/Forges), you can see that there
are 7 795 000 physical lines under quality control, 64 842 unit tests, unit
tests require 5h11mn to be executed, etc. All classical Sonar services keep
on working on this view : TimeMachine, Violations 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
----------------------------------------


On Tue, Oct 6, 2009 at 8:17 AM, Barrie Treloar <[email protected]> wrote:

> On Tue, Oct 6, 2009 at 4:05 PM, Christian Breuer <[email protected]>
> wrote:
> > <plugin>
> >              <groupId>org.codehaus.mojo</groupId>
> >              <artifactId>build-helper-maven-plugin</artifactId>
> >              <version>1.1</version>
> >              <executions>
> >                <execution>
> >                  <id>add-source</id>
> >                  <phase>generate-sources</phase>
> >                  <goals>
> >                      <goal>add-source</goal>
> >                  </goals>
> >                  <configuration>
> >                      <sources>
> >                          <source>[YOUR SOURCE DIRECTORY 2]</source>
> >                          <source>[YOUR SOURCE DIRECTORY 3]</source>
> >                      </sources>
> >                  </configuration>
> >                </execution>
> >              </executions>
> >           </plugin>
> >
> >
> http://docs.codehaus.org/display/SONAR/Collect+data#Collectdata-NonMavenprojects%28sonarlightmode%29
> >
> > best regards
>
>
> Wunderful
>
> Thanks.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

Reply via email to