Re: Failsafe (aggregate?) reports???

2010-10-04 Thread Stephen Connolly
You might have to add the "defaults" for surefire reports as the maven3 changes might mean that you are no-longer inheriting the defaults when within the site plugin configuration section :-( -Stephen On 4 October 2010 08:27, David Jencks wrote: > Thanks, > > I can get that to work with maven 2

Re: Failsafe (aggregate?) reports???

2010-10-04 Thread David Jencks
Thanks, I can get that to work with maven 2.2.1 but modifying the configuration to work with maven 3 RC3 like this org.apache.maven.plugins maven-site-plugin

Re: Failsafe (aggregate?) reports???

2010-10-02 Thread Stephen Connolly
The Reporting integration test results Section on http://maven.apache.org/plugins/maven-failsafe-plugin/usage.html -Stephen On 3 October 2010 02:42, David Jencks wrote: > > The maven-failsafe-plugin claims it's possible to produce failsafe reports > using the maven-surefire-report-plugin but

Failsafe (aggregate?) reports???

2010-10-02 Thread David Jencks
The maven-failsafe-plugin claims it's possible to produce failsafe reports using the maven-surefire-report-plugin but neither plugin has documentation I can find on how to do it. Ideally I'd like to aggregate all the reports into one top-level report. Does anyone know if this is documented any

Aggregate reports

2006-12-07 Thread Morgovsky, Alexander \(US - Glen Mills\)
How may I run an aggregate dependencies report on a multi-module project? Thanks. This message (including any attachments) contains confidential information intended for a specific individual and purpose, and is protected by law. If you are not the intended recipient, you should delete this

Aggregate reports for multi module projects

2006-10-18 Thread J.J.B. Rentrop
s have a number of limitations. Foremost the aggregate report is generated *before* the child reports so you must re-run the JavaNCSS report after the children have generated” http://mojo.codehaus.org/javancss-maven-plugin/howto.html I think that aggregate reports on the whole project would b

Re: Aggregate reports from subprojects in one "central" site

2005-03-02 Thread Kaloyan . Enimanev
Thank you very much Siegfried ! It was just what I needed :) from day to day I fall in love with maven deeper and deeper :) Kaloyan Siegfried Goeschl <[EMAIL PROTECTED]> 03/02/2005 03:18 PM Please respond to "Maven Users List" To Maven Users List cc Subject Re: A

Re: Aggregate reports from subprojects in one "central" site

2005-03-02 Thread Siegfried Goeschl
For aggregating reports I can recommend Vincent Massol's favourite toy - the Maven Dashboard Plugin - checkout http://maven.apache.org/reference/plugins/dashboard/ http://jakarta.apache.org/turbine/fulcrum/dashboard-report.html Cheers, Siegfried Goeschl [EMAIL PROTECTED] wrote: Hi guys, thank

Aggregate reports from subprojects in one "central" site

2005-03-02 Thread Kaloyan . Enimanev
Hi guys, thanks to all who contribute to this mailing list, I've learned a lot for maven from it. My company has got a big project divided into ~20 subprojects. We build / test etc. without problem, but when I try to create one central site I bump into some subtle problems. I