Re: how to generate html test reports with maven-surefire-plugin

2006-03-28 Thread Pete
t by using > this "mvn site" command. > > > Thanks & Regards > Gopal > - Original Message - > From: "Wayne Fay" <[EMAIL PROTECTED]> > To: "Maven Users List" > Sent: Friday, March 24, 2006 10:01 PM > Subject: Re: how to g

Re: how to generate html test reports with maven-surefire-plugin

2006-03-27 Thread Venkatagopalaraju
Thank youI am able to generate surefire-report in html format by using this "mvn site" command. Thanks & Regards Gopal - Original Message - From: "Wayne Fay" <[EMAIL PROTECTED]> To: "Maven Users List" Sent: Friday, March 24, 2006 10:01 P

Re: how to generate html test reports with maven-surefire-plugin

2006-03-24 Thread Wayne Fay
Run "mvn site" to generate this html report. Wayne On 3/24/06, Thomas Recloux <[EMAIL PROTECTED]> wrote: > > Still now, I am getting Plain Text and Xml format reports only, But not > > getting any html reports. I really wonder, how it is happenning like this. > > Could you please let me know, wh

Re: how to generate html test reports with maven-surefire-plugin

2006-03-24 Thread Thomas Recloux
> Still now, I am getting Plain Text and Xml format reports only, But not > getting any html reports. I really wonder, how it is happenning like this. > Could you please let me know, whether we need to use any dependencies or > not.Where I did wrong..? Are you launching the site goal ? You should

Re: how to generate html test reports with maven-surefire-plugin

2006-03-24 Thread Venkatagopalaraju
need to use any dependencies or not.Where I did wrong..? Thanks & Regards Gopal - Original Message - From: "Boris Lenzinger" <[EMAIL PROTECTED]> To: "Maven Users List" Sent: Friday, March 24, 2006 3:55 PM Subject: Re: how to generate html test repo

Re: how to generate html test reports with maven-surefire-plugin

2006-03-24 Thread Kieran Brady
CTED]> To: "Maven Users List" ; <[EMAIL PROTECTED]> Sent: Friday, March 24, 2006 11:23 AM Subject: Re: how to generate html test reports with maven-surefire-plugin In my pom.xml, already added the surfire plugin in the reporting section. But I didnt get any html report in

Re: how to generate html test reports with maven-surefire-plugin

2006-03-24 Thread Venkatagopalaraju
uot;Boris Lenzinger" <[EMAIL PROTECTED]> To: "Maven Users List" Sent: Friday, March 24, 2006 3:55 PM Subject: Re: how to generate html test reports with maven-surefire-plugin > You don't find the html files or you don't see them in the site ? > > I had the

Re: how to generate html test reports with maven-surefire-plugin

2006-03-24 Thread Boris Lenzinger
You don't find the html files or you don't see them in the site ? I had the problem that the reports were not visible in the site but the html report was in the folder. My section for the reporting looks like: org.codehaus.mojo surefire-report-maven-plugin Venkatagop

Re: how to generate html test reports with maven-surefire-plugin

2006-03-24 Thread Thomas Recloux
> I am using maven-surefire-plugin in my pom.xml. When I am trying to > generate test > reports in the form of html, it is generating in Plain Text and Xml format. > Could you please > let me know, what I need to do for generating html reports? In your pom, you should add the surfire plugin

how to generate html test reports with maven-surefire-plugin

2006-03-24 Thread Venkatagopalaraju
Dear Maven Users, I am using maven-surefire-plugin in my pom.xml. When I am trying to generate test reports in the form of html, it is generating in Plain Text and Xml format. Could you please let me know, what I need to do for generating html reports? Thanks & Regards Gopal