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