Using:
- Mac OS X 10.9.5
- Spring Tool Suite 3.6.1.RELEASE
- Using the maven-surefire-plugin to run unit tests in a forked mode.
Spring Tool Suite 3.6.1.RELEASE Using the maven-surefire-plugin to run unit tests in a forked mode.
All the solutions to this problem I found around the web were about putting -Djava.awt.headless=true in various places: Spring Preferences->Java->Installed JREs->Default VM arguments, MAVEN_OPTS, .mavenrc, Run Configurations, etc. None of them stopped the icons from populating the Mac Dock.
How to keep the Spring Tool Suite maven JVM processes from placing java icons on Dock for a mac?
--Pat