Forum Discussion
SmartBear_Suppo
Alumni
17 years agoHello,
Yes, that's probably the reason it isn't working. There wasn't a way to specify these credentials when using the maven plugin, so I've added the ability to do so via System variables. The fix will be in the upcoming nightly build. In the new version, set the username and password when running maven as follows:
Regards,
Dain
eviware.com
Yes, that's probably the reason it isn't working. There wasn't a way to specify these credentials when using the maven plugin, so I've added the ability to do so via System variables. The fix will be in the upcoming nightly build. In the new version, set the username and password when running maven as follows:
mvn -Dsoapui.loader.username=theusername -Dsoapui.loader.password=thepassword ...
Regards,
Dain
eviware.com