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

2006-03-28 Thread Pete
command. Thanks Regards Gopal - Original Message - From: Wayne Fay [EMAIL PROTECTED] To: Maven Users List users@maven.apache.org Sent: Friday, March 24, 2006 10:01 PM Subject: Re: how to generate html test reports with maven-surefire-plugin Run mvn site to generate this html

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

2006-03-27 Thread Venkatagopalaraju
html test reports with maven-surefire-plugin 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

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

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 in

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: reporting plugins plugin groupIdorg.codehaus.mojo/groupId

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

2006-03-24 Thread Venkatagopalaraju
-plugin/report /reports /project Please help me Thanks Regards Gopal - Original Message - From: Boris Lenzinger [EMAIL PROTECTED] To: Maven Users List users@maven.apache.org Sent: Friday, March 24, 2006 3:55 PM Subject: Re: how to generate html test reports with maven

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

2006-03-24 Thread Kieran Brady
: Venkatagopalaraju [EMAIL PROTECTED] To: Maven Users List users@maven.apache.org; [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

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

2006-03-24 Thread Venkatagopalaraju
: 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 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: reporting

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 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, whether we