Skip to content

Commit

Permalink
During mvn verify, disable splash on mac
Browse files Browse the repository at this point in the history
Running tests on mac with an active touchbar causes a crash.
  • Loading branch information
sverhoeven committed Sep 19, 2019
1 parent b0e9250 commit 5e2ef3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/archetype-resources/tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
</os>
</activation>
<properties>
<tycho.test.jvmArgs>-XstartOnFirstThread</tycho.test.jvmArgs>
<tycho.test.jvmArgs>-XstartOnFirstThread -nosplash</tycho.test.jvmArgs>
<custom.UIThread>false</custom.UIThread>
</properties>
<build>
Expand Down

0 comments on commit 5e2ef3e

Please sign in to comment.