moolsan
14 years agoNew Contributor
How to define properties for the soapui-maven-plugin ?
I've tried to use the configuration-section of the plugin to pass properties into SoapUI, but it isn't documented how properties should be defined in the
but none of them worked. Any help is highly appreciated.
<projectProperties>or
<globalProperties>section. I've tried several ways, e.g.
<name>value</name>
<projectProperty>name=value</projectProperty>
but none of them worked. Any help is highly appreciated.