Skip to content

Commit

Permalink
Skip running tests on release
Browse files Browse the repository at this point in the history
  • Loading branch information
wendigo authored and dain committed Aug 6, 2024
1 parent 8774a2a commit 5a6539c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@
<air.modernizer.java-version>8</air.modernizer.java-version>
<air.check.skip-spotbugs>true</air.check.skip-spotbugs>
<air.check.skip-pmd>true</air.check.skip-pmd>

<!-- do not run tests on release -->
<air.release.preparation-goals>clean verify -DskipTests</air.release.preparation-goals>
</properties>

<dependencies>
Expand Down

0 comments on commit 5a6539c

Please sign in to comment.