Sasidhar
10 years agoNew Contributor
Groovy Class reference options in Bamboo
Hi Team, I have created a groovy class and addedd path in SOAP UI preferences. I am able to reference the class in SOAP UI successfully. The problem arised when check in code to SVN and run the t...
- 10 years ago
Found solution for this problem..
To set the SoapUI script library property in maven, add the following to your POM file.
<soapuiProperties>
<property>
<name>soapui.scripting.library</name>
<value>C:\MyScriptDirectory</value>
</property>
</soapuiProperties>
Make sure this is added under the <configuration> element for the SoapUI Pro maven plugin.
Hope this helps.. Thanks Sasi