Forum Discussion

kollerkurt's avatar
kollerkurt
New Contributor
15 years ago

How to stop Mock Services automatically with Maven plugin

Hi,

I am using SoapUI with Maven to automatically start up Mock Services that may be used by objects in my project for testing. The issue is that my project is made of many sub-projects, and the Mock Services are started for each of them individually. After the tests for that project have been run, the Mock Services wait on keyboard input to terminate and move to the next project. Is there any way to skip this step so that the whole Maven build may be run without waiting for any keyboard input?

Thank you!

1 Reply

  • kollerkurt's avatar
    kollerkurt
    New Contributor
    To answer my own question, it seems the NoBlock parameter in the plugin configuration will do what I am looking for!