You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Mark Misurak <mm...@deerlodge.mb.ca> on 2006/04/19 20:20:04 UTC

Surefire test reports

I'm having a small issue with Surefire test reports. When I run the
Maven site plugin, for some reason my Surefire test reports aren't
included. In my pom.xml, I have the following: 
 
<reports> 
  <plugins> 
    ... 
    <plugin> 
      <artifactId>maven-surefire-plugin</artifactId> 
    </plugin> 
    ... 
  </plugins> 
</reports> 
 
Is there something I'm missing? Thanks. 




This email and/or any documents in this transmission is intended for the
addressee(s) only and may contain legally privileged or confidential
information.  Any unauthorized use, disclosure, distribution, copying or
dissemination is strictly prohibited.  If you receive this transmission in
error, please notify the sender immediately and return the original.

Ce courriel et tout document dans cette transmission est destin� � la personne
ou aux personnes � qui il est adress�. Il peut contenir des informations
privil�gi�es ou confidentielles. Toute utilisation, divulgation, distribution,
copie, ou diffusion non autoris�e est strictement d�fendue. Si vous n'�tes pas
le destinataire de ce message, veuillez en informer l'exp�diteur imm�diatement
et lui remettre l'original.



Re: Surefire test reports

Posted by Wayne Fay <wa...@gmail.com>.
That should be:

<reporting>
    <plugins>
      <plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>surefire-report-maven-plugin</artifactId>
      </plugin>

Wayne

On 4/19/06, Mark Misurak <mm...@deerlodge.mb.ca> wrote:
> I'm having a small issue with Surefire test reports. When I run the
> Maven site plugin, for some reason my Surefire test reports aren't
> included. In my pom.xml, I have the following:
>
> <reports>
>  <plugins>
>    ...
>    <plugin>
>      <artifactId>maven-surefire-plugin</artifactId>
>    </plugin>
>    ...
>  </plugins>
> </reports>
>
> Is there something I'm missing? Thanks.
>
>
>
>
> This email and/or any documents in this transmission is intended for the
> addressee(s) only and may contain legally privileged or confidential
> information.  Any unauthorized use, disclosure, distribution, copying or
> dissemination is strictly prohibited.  If you receive this transmission in
> error, please notify the sender immediately and return the original.
>
> Ce courriel et tout document dans cette transmission est destiné à la personne
> ou aux personnes à qui il est adressé. Il peut contenir des informations
> privilégiées ou confidentielles. Toute utilisation, divulgation, distribution,
> copie, ou diffusion non autorisée est strictement défendue. Si vous n'êtes pas
> le destinataire de ce message, veuillez en informer l'expéditeur immédiatement
> et lui remettre l'original.
>
>
>
>