Forum Discussion
SmartBear_Suppo
Alumni
16 years agoHello,
and invoke plug in with :
this way you can have universal pom for maven. Same approach could be used for setting a test suite name, test case etc...property my.project could have another name. Now all is needed to do is to create some script that will invoke maven with different parameters. Unfortunately you have to call maven each time.
If you want that maven plugin can handle multiple projects please add a post to feature request forum.
Let me know does this helps,
robert
...
<configuration>
<projectFile>${my.project}</projectFile>
....
</configuration>
...
and invoke plug in with :
mvn soapui-pro:test -Dmy.project=<project path>
this way you can have universal pom for maven. Same approach could be used for setting a test suite name, test case etc...property my.project could have another name. Now all is needed to do is to create some script that will invoke maven with different parameters. Unfortunately you have to call maven each time.
If you want that maven plugin can handle multiple projects please add a post to feature request forum.
Let me know does this helps,
robert