You don't have to do a full site goal you can just do mvn sure-report:report
and you'll get the HTML report alone in the target/site directory. On 27/03/06, Venkatagopalaraju <[EMAIL PROTECTED]> wrote: > > Thank you....I 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" <[email protected]> > 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 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 need to use any dependencies or> > > not.Where > I did wrong..?>> Are you launching the site goal ?>> You should obtain a > surefire-report.html in your target/site/surfire-report.html>> --> Thomas > Recloux>> > ------------------------------------------------------------------ > ---> 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] > >
