Forum Discussion

oleksii_is's avatar
oleksii_is
Occasional Contributor
8 years ago
Solved

Usage of Pro features in maven plugin (soapui-pro-maven-plugin)

Hi All,

 

I have a Pro license and use some of the features available only in Pro version. The problem is that when I run the tests from Maven (using soapui-pro-maven-plugin) the tests fail, because these features are not available. When I run the tests from SoapUI or via testrunner, everything is excellent.

 

How can I use Pro-only features in soapui-pro-maven-plugin Maven plugin?

  • If you look at the sample .pom file here, you'll see where to insert that information.

10 Replies

  • SmartBearAmber's avatar
    SmartBearAmber
    SmartBear Alumni (Retired)

    Does the machine you're using to execute your tests have access to a pro license?

    • oleksii_is's avatar
      oleksii_is
      Occasional Contributor

      How could I check it?

       

      SoapUI with pro license is installed on that host where Maven is executed.

      • SmartBearAmber's avatar
        SmartBearAmber
        SmartBear Alumni (Retired)

        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_is's avatar
    oleksii_is
    Occasional Contributor

    Seems that soapui-pro-maven-plugin is obsolete and it's necessary to use ready-api-maven-plugin plugin.

    After several attempts to specify required "soapui.home" system variable (which in fact points to SoapUI folder) I could run the tests with pro- features.