pembertonrw
12 years agoContributor
Run soapUI Via Command Line or Maven on Continuous Build
I'm currently looking into automating the soapUI tests in a project written in Java and I am in two minds of whether the CI should us the Maven plug-in or run it via command line. I'm tempted to go down the Maven route which will mean I don't need to install soapUI onto the various servers and might make it easier for the dev's to run it locally. But I was wondering if anyone has come across reasons why using the Maven plug-in?