Forum Discussion

TooDizzy's avatar
TooDizzy
Occasional Contributor
8 years ago

Can't build composite SOAP UI PRO project with the maven plugin

Hi Guys,

 

We are running the bleeding edge of ReadyAPI (version 1.8.0) and have the pro license for the SOAP UI NG PRO product. This is all fine and working.

 

I am for some reason not able to execute my tests with the provided 1.8.0 version of the maven plugin. Our project is a composite project and therefore does not have a project file; there's only a settings.xml file.

 

When running my test it complains about not being able to find the project file. There's none, so it makes sense.

 

How do I configure the maven plugin to execute my SOAP UI test cases when the project is a composite project?

 

/Tue

2 Replies

  • SmartBearAmber's avatar
    SmartBearAmber
    SmartBear Alumni (Retired)

    Instead of providing the project.xml file, you should provide a link to the root folder of the composite project.

     

    Please let us know if you have further questions!

    • TooDizzy's avatar
      TooDizzy
      Occasional Contributor

      Perfect it works now!

       

      I thought I tried that a million times. I guess it took a million and 1 attempts.

       

      Thanks!