> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: 20 November 2003 15:25
> To: Maven Users List
> Subject: Re: [ANN] Dashboard plugin 1.1 released
> 
> Vincent,
> 
> it'd be nice to be able to not show projects for which there are no
> collected stats.
> 
> How easy would this be to do?

That's already possible. That's the third option described on the
dashboard web site. You can define the property
maven.dashboard.rungoals=false. This will prevent goals from being
executed automatically. You will need to execute them beforehand if you
want any stat to show up. You also have a
maven.dashboard.runreactor=true|false, if you already use a custom
reactor (or multiproject plugin) in your projects.

-Vincent

> --
> dIon Gillard, Multitask Consulting
> Blog:      http://blogs.codehaus.org/people/dion/
> 
> 
> 
> "Vincent Massol" <[EMAIL PROTECTED]> wrote on 20/11/2003 09:26:15
PM:
> 
> > The Maven team is pleased to announce the Dashboard plugin 1.1
release!
> >
> > http://maven.apache.org/reference/plugins/dashboard
> >
> > This plugin generates a dashboard HTML report containing information
> > gathered from other Maven reports (Checkstyle, Clover, JUnit,
Simian,
> > etc). The dashboard aggregate this information for all subprojects,
> > presenting them in a single tabular format.
> >
> > Changes over version 1.0:
> >
> > o Ensure that the Clover plugin will generate the XML report (and
only
> >   the XML report) when the Dashboard plugin is run. The Clover XML
> >   report is required by the Clover aggregators as they extract
> >   information from it.
> > o Do not exclude project.xml in the default
maven.dashboard.excludes
> >   list as it is already excluded by the default
maven.dashboard.includes
> >
> >   list.
> >
> > Note that this plugin has been tested with Maven 1.0 rc2 from CVS
HEAD.
> > Using it with another version of Maven is at your own risks! :-)
> >
> > An example of the Dashboard plugin in action is available here:
> >
http://maven.apache.org/reference/plugins/optional/dashboard-report.html
> >
> > You can download the Dashboard plugin here:
> >
http://www.ibiblio.org/maven/maven/plugins/maven-dashboard-plugin-1.1.ja
> > r
> >
> > Have fun!
> > -Vincent
> >
> >
> >
---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to