bmgriner
15 years agoFrequent Contributor
[Res] Running Scripts in Script Library from Maven Plugin
Is there any documentation on how to run the scripts in the script library from the SoapUI Maven Plugin? I want to be able to run my scripts as part of an automated build and so the regular scripts folder will not be available on the server that is running the build. My guess is that I will need to add the scripts to the ext folder in my project. Do I need to jar up the scripts? Do they need to be in a scripts folder? Do I need a new settings file that I will specify in the plugin that will point to the location of the scripts?