Forum Discussion
redfish4ktc2
12 years agoSuper Contributor
Hi, you can also use additional plugin configuration (only for the pro plugin, as external groovy scripts is a pro feature)
That way, you don't rely on the settings file and you do not have to generate a jar
With the open source version, you will have to generate the jar and add dependencies configuration when declaring the soapui plugin.
<soapuiProperties>
<property>
<name>soapui.scripting.library</name>
<value>path_to_your_groovy_scripts</value>
</property>
</soapuiProperties>
That way, you don't rely on the settings file and you do not have to generate a jar
With the open source version, you will have to generate the jar and add dependencies configuration when declaring the soapui plugin.