Skip to content

Commit

Permalink
HV-1921: Added Surefire
Browse files Browse the repository at this point in the history
  • Loading branch information
shark300 committed Nov 11, 2024
1 parent cc1af91 commit 894c243
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,14 @@
<plugin>
<artifactId>maven-jar-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.moditect</groupId>
<artifactId>moditect-maven-plugin</artifactId>
Expand Down

0 comments on commit 894c243

Please sign in to comment.