Forum Discussion
Does the machine you're using to execute your tests have access to a pro license?
How could I check it?
SoapUI with pro license is installed on that host where Maven is executed.
- SmartBearAmber9 years ago
Alumni
You can check by taking a look at the installation of SoapUI that you have on that machine. Click on "Help" and then "License Manager" to view licenses.
- oleksii_is9 years agoOccasional Contributor
Yes, I have pro license with "fixed" type. I can run the tests with testrunner.bat tool and everything is ok.
But when I run soapui-pro-maven-plugin with maven, the tests fail because they can't access pro-features. Does maven plugin use existing installation of SoapUI or testrunner?
- SmartBearAmber9 years ago
Alumni
Is Maven running on your local machine?
Maven should access the existing version of SoapUI you have installed. You may want to double check the .pom file to ensure that it's pointing to the correct location.