Added the failsafe report to the reports for the ccm-core project site

Former-commit-id: f73735d809
pull/4/head
Jens Pelzetter 2020-07-15 12:53:21 +02:00
parent ad6dce5df8
commit cc4288d3e2
2 changed files with 30 additions and 0 deletions

View File

@ -413,6 +413,14 @@
<configuration>
<trimStackTrace>false</trimStackTrace>
</configuration>
<reportSets>
<reportSet>
<id>unit-tests</id>
<reports>
<report>report-only</report>
</reports>
</reportSet>
</reportSets>
</plugin>
<plugin>
@ -1063,6 +1071,23 @@
</plugins>
</build>
<reporting>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId>
<reportSets>
<reportSet>
<id>integration-tests</id>
<reports>
<report>failsafe-report-only</report>
</reports>
</reportSet>
</reportSets>
</plugin>
</plugins>
</reporting>
</profile>
<profile>

View File

@ -252,6 +252,11 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M3</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId>
<version>3.0.0-M5</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>