I have added in pom.xml in reporting section as you told.
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>surefire-report-maven-plugin</artifactId>
</plugin>

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..?


Thanks & Regards
  Gopal







----- Original Message -----
From: "Boris Lenzinger" <[EMAIL PROTECTED]>
To: "Maven Users List" <[email protected]>
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 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>
>       <groupId>org.codehaus.mojo</groupId>
>       <artifactId>surefire-report-maven-plugin</artifactId>
>     </plugin>
> <!-- other plugins -->
>   </plugins>
> </reporting>
>
> Venkatagopalaraju a écrit :
> > 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
> >
> >
>
>
> ---------------------------------------------------------------------
> 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