Skip to content

Commit

Permalink
Disable tests in release profile
Browse files Browse the repository at this point in the history
  • Loading branch information
gzurowski committed Nov 2, 2023
1 parent 1d54042 commit 89293d9
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 @@ -734,6 +734,9 @@
<name>release</name>
</property>
</activation>
<properties>
<skipTests>true</skipTests>
</properties>
<build>
<plugins>
<!-- We want to deploy the artifact to a staging location for perusal -->
Expand Down

0 comments on commit 89293d9

Please sign in to comment.