hmm weird why there isnt any xml file on your surefire-reports? surefire-report parses those xml files to generate the report

allan

Mikael Andersson wrote:

Hi,
the surefire-report-plugin isn't picking up the surefire report files when
generating the surefire-report.html file. The HTML file says that there was
0 tests run.

pom:
<plugin>
     <groupId>org.apache.maven.plugins</groupId>
     <artifactId>maven-surefire-report-plugin</artifactId>
     <version>2.0</version>
</plugin>

When creating my site, I see the unit tests run and report txt files are
generated :
$ ll target/surefire-reports/
total 12
-rw-r--r--  1 mikael serv1 2862 Apr 26 14:14 uk.ac.ebi.jdbfetch.AppTest.txt
-rw-r--r--  1 mikael serv1  401 Apr 26 14:14
uk.ac.ebi.jdbfetch.ResourceSourceFactoryTest.txt
-rw-r--r--  1 mikael serv1  481 Apr 26 14:14
uk.ac.ebi.jdbfetch.SettingsTest.txt


Does anyone know what might be the problem.

Thanks,
Micke


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to