Hi Peter, to get the report in the site the config is the following:
<reporting> <plugins> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>surefire-report-maven-plugin</artifactId> </plugin> ... </plugins> </reporting> This uses the "surefire-report-maven-plugin" that you can find here: http://mojo.codehaus.org/surefire-report-maven-plugin/ However I have some little problems for the moment making it work because the "maven-surefire-plugin" that you can find here: http://maven.apache.org/plugins/maven-surefire-plugin/ doesn't seem to generate the xml reports files ? Any one can help me - us - on that ? SaM On 10/24/05, Pilgrim, Peter <[EMAIL PROTECTED]> wrote: > > Yes I would like to know to get also the XML in order to > XSLT it and get reports. > > In Maven 1 you wrote something like this > > <project> > ... > <reports> > <report>maven-junit-report-plugin</report> > <report>maven-jxr-plugin</report> > ... > </reports> > ... > </project> > > How do also get the equivalent of junit reports generated > with ``mvn site''? > > tia > > > -----Original Message----- > > From: Samuel Le Berrigaud [mailto:[EMAIL PROTECTED] > ==////== > > > > Hi, > > > > I'm trying to get the surefire reports included into my site. The > > plugin seems to work ok, however I got no test passed on my report. > > The cause seems to be that the surefire plugin does not generate xml > > report files, and that the surefire-report plugin relies on those... > > > > Am I missing something ? > > > > -- > > Samuel Le Berrigaud > > > ==////== > > -- > Peter Pilgrim :: J2EE Software Development > Operations/IT - Credit Suisse First Boston, > Floor 15, 5 Canada Square, London E14 4QJ, United Kingdom > Tel: +44-(0)207-883-4497 > > > ============================================================================== > Please access the attached hyperlink for an important electronic > communications disclaimer: > > http://www.csfb.com/legal_terms/disclaimer_external_email.shtml > > > ============================================================================== > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Samuel Le Berrigaud
