Prudential_UK_A
16 years agoFrequent Contributor
Soapui maven property for project file
Can you let me know how to pass the projectfile setting via the java -D properties on the commmand line to soapui when running via maven? i.e. I know that it can be specified in the maven pom file as we already have in the pom file extract below, but I would like to pass in on the command line in the same way as the soapui.loader properties i.e.
mvn clean eviware:maven-soapui-pro-plugin:test install -o -Dsoapui.loader.username=xxxx -Dsoapui.loader.password=xxxx
POM file extract
eviware
maven-soapui-pro-plugin
3.0
https://lxxxx/svn/SOA/trunk/soapui-project.xml
127.0.0.1:9090
etc
mvn clean eviware:maven-soapui-pro-plugin:test install -o -Dsoapui.loader.username=xxxx -Dsoapui.loader.password=xxxx
POM file extract
etc