Forum Discussion

Sasidhar's avatar
Sasidhar
New Contributor
9 years ago
Solved

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...
  • Sasidhar's avatar
    9 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