Forum Discussion

jklapste's avatar
jklapste
Contributor
14 years ago

Maven SoapUI Pro plugin on Mac/OSX

When running the Maven SoapUI Pro plugin on a Mac/OSX, when the plugin starts it creates an icon in the dock while the test is running.

With standalone java programs, this icon can be avoided by passing -Djava.awt.headless=true on the java command line, but not sure how to accomplish this with the plugin.

2 Replies

  • Hello,

    I've had success with running
    export MAVEN_OPTS="-Djava.awt.headless=true"

    and then running plugin -> icon does not appear in dock after this.

    Hope this helps!

    Vladimir
    SmartBear Software
  • Thanks Vladimir.

    I tried that too with success, the only problem is I've got another plugin that (external, not something we wrote) that seems to blow up if you pass that in-- hence the question on whether there is a solution within the plugin itself.

    Meanwhile, maybe I see if I can find out what the problem is with that other plugin

    Thanks again.