Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

Commit 8f21a5f

Browse files
committed
skip tests when building and deploying release artifacts
1 parent d862341 commit 8f21a5f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -896,6 +896,9 @@
896896

897897
<profile>
898898
<id>deploy-release</id>
899+
<properties>
900+
<skipTests>true</skipTests>
901+
</properties>
899902
<build>
900903
<plugins>
901904
<plugin>

0 commit comments

Comments
 (0)