Skip to content

Commit

Permalink
run tests on build
Browse files Browse the repository at this point in the history
  • Loading branch information
DerMistkaefer committed Dec 16, 2023
1 parent 551df8a commit eb6004a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,16 @@
</plugins>
</pluginManagement>
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.2</version>
</plugin>

<plugin>
<artifactId>maven-failsafe-plugin</artifactId>
<version>2.22.2</version>
</plugin>

<plugin>
<artifactId>maven-shade-plugin</artifactId>
<configuration>
Expand Down

0 comments on commit eb6004a

Please sign in to comment.