Skip to content

Commit 5a6539c

Browse files
wendigodain
authored andcommitted
Skip running tests on release
1 parent 8774a2a commit 5a6539c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pom.xml

+3
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@
3333
<air.modernizer.java-version>8</air.modernizer.java-version>
3434
<air.check.skip-spotbugs>true</air.check.skip-spotbugs>
3535
<air.check.skip-pmd>true</air.check.skip-pmd>
36+
37+
<!-- do not run tests on release -->
38+
<air.release.preparation-goals>clean verify -DskipTests</air.release.preparation-goals>
3639
</properties>
3740

3841
<dependencies>

0 commit comments

Comments
 (0)