dennenboom
12 years agoOccasional Contributor
Surefire Junit reports
All
I'm trying to get my junit reports to run on a maven. However the reports run, but shows 0 for all of them, but I get success on jenkins everything publishes.
I think it's a reference to the reports as it looks like the surefire plugin looks at the folder in relation to /target/site so /target/surefire-reports. However the surefire reports are generating into /target/classes/surefire-reports.
My pom.xml has outputfolder set to ./target/surefire-reports however it goes into classes/target/surefire-reports, so something is telling it to start in target/classes. Has anyone experienced this?
I'm trying to get my junit reports to run on a maven. However the reports run, but shows 0 for all of them, but I get success on jenkins everything publishes.
I think it's a reference to the reports as it looks like the surefire plugin looks at the folder in relation to /target/site so /target/surefire-reports. However the surefire reports are generating into /target/classes/surefire-reports.
My pom.xml has outputfolder set to ./target/surefire-reports however it goes into classes/target/surefire-reports, so something is telling it to start in target/classes. Has anyone experienced this?
</projectProperties>
<printReport>true</printReport>
<settingsFile>.soapui-settings.xml</settingsFile>
<outputFolder>./target/surefire-reports</outputFolder>