Thanx that's it. ;-) Xavier.
Rémy Sanlaville wrote:
Hi Xavier, Just try to add the surfire-report plugin in the reporting section: <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-report-plugin</artifactId> </plugin> HTH, Rémy 2006/10/24, Xavier Outhier <[EMAIL PROTECTED]>:Hi all, I'm able to put Checkstyle, Xref and Cobertura reports in the target\site\project-reports.html. For this I have in my pom.xml <reporting> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jxr-plugin</artifactId> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>cobertura-maven-plugin</artifactId> </plugin> </plugins> </reporting> Is it possible to do the same for Surefire? Greetings, Xavier.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
