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 M...