Forum Discussion
larsn
12 years agoContributor
This is old post but for someone googling themselves here:
You can run groovy scripts from the maven pro plugin - you just have to tell maven where your scripts directory is.
Like this
You can run groovy scripts from the maven pro plugin - you just have to tell maven where your scripts directory is.
Like this
<soapuiProperties>
<property>
<name>soapui.scripting.library</name>
<value>${basedir}/scripts</value>
</property>
</soapuiProperties>