Forum Discussion
redfish4ktc2
12 years agoSuper Contributor
Hi,
srahul101082 you can also configure the maven plugin to use the ext directory from your soapui installation
Alternatively, if your jar is available as a maven artifact you can add it as a dependency of the plugin.
See the plugin documentation http://www.soapui.org/Test-Automation/m ... ll-example. The example shows how to add the mysql jdbc driver
srahul101082 you can also configure the maven plugin to use the ext directory from your soapui installation
<soapuiProperties>
<property>
<name>soapui.ext.libraries</name>
<value><soapui_installation_directory>/bin/ext</value>
</property>
</soapuiProperties>
Alternatively, if your jar is available as a maven artifact you can add it as a dependency of the plugin.
See the plugin documentation http://www.soapui.org/Test-Automation/m ... ll-example. The example shows how to add the mysql jdbc driver