I am working on converting an Ant execution of the SoapUI TestRunner to use the maven plugin and I cannot get a good answer on how to execute multiple projects using this plugin.
I found a forum post from 2010 on the Smartbear forum and there are a few approaches listed but none seem very workable (writing some script to invoke maven with different parameters or adding an execution for every project).
Are there any best practices for working around this? Or has anyone seen an inventive solution to this problem?
I would guess that this is a large scale problem...
Here is the post I am refering to.