Hi, tried again with the 2.1.3 maven-surefire-plugin but it didn't make a difference, still only generating the text files. When I specify the surefire-plugin in the pom I don't, give it any settings beside the version. Is there something that I am missing?
- Micke On 27/04/06, Allan Ramirez <[EMAIL PROTECTED]> wrote: > > 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] > >
