Forum Discussion
redfish4ktc2
13 years agoSuper Contributor
out of the box, there is no such an option
maybe the following workaround could work in your case: the idea is to have a flag set when maven is runned. Your setup script should check if it is set. In this case, log a message (or do whatever you want) and continue without executing any further setup operation
You could do this with a java system property.
How do you run soapui as part of your maven build? If you use the plugin, add a soapuiProperties element to your plugin configuration (see https://github.com/redfish4ktc/maven-so ... properties)
maybe the following workaround could work in your case: the idea is to have a flag set when maven is runned. Your setup script should check if it is set. In this case, log a message (or do whatever you want) and continue without executing any further setup operation
You could do this with a java system property.
How do you run soapui as part of your maven build? If you use the plugin, add a soapuiProperties element to your plugin configuration (see https://github.com/redfish4ktc/maven-so ... properties)