Skip to content

Commit

Permalink
Specify surefire version to avoid build warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
rsvoboda authored and jcarranzan committed Nov 5, 2024
1 parent bc9803c commit ece22d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/quarkus-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>${surefire-plugin.version}</version>
<!-- Skip unit tests as we only want to run ITs -->
<!-- This will allow us to have unit tests for apps created via CLI in src/test/java -->
<!-- Which makes them better maintainable from IDE than Java classes in resources -->
Expand Down

0 comments on commit ece22d8

Please sign in to comment.