Skip to content

Commit

Permalink
generate report for integration test results
Browse files Browse the repository at this point in the history
  • Loading branch information
aka-bo committed Jul 3, 2024
1 parent 892da00 commit 6d73c3e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions java/app-encryption/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,24 @@
</plugins>
</build>

<reporting>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId>
<version>${maven.surefire.version}</version>
<reportSets>
<reportSet>
<id>integration-tests</id>
<reports>
<report>failsafe-report-only</report>
</reports>
</reportSet>
</reportSets>
</plugin>
</plugins>
</reporting>

<dependencyManagement>
<dependencies>
<!-- Convergence Error Resolutions -->
Expand Down

0 comments on commit 6d73c3e

Please sign in to comment.