ContributionsMost RecentMost LikesSolutionsHow can I export a soapUI project with endpoints included? I have exported my REST service to a WADL file but when I import it into another project the endpoint is missing on every request. I tried exporting as a swagger file but that doesnt fix it, I added the host: line to my json file but now all my endpoints are http://${#Project#url} but I don't want the http. Is there a line I can add to the swagger file so that when I import it all my endpoints are ${#Project#url}? SolvedHow to pass a property to a soapUI project in jenkins through maven Is there a way to define a project level property in the maven command script. I realise I can add a property to the pom but wish to do it through the invoke top level maven targets section in jenkins. I have tried clean test -DtagProject="firstTag" but it doesn''t overwrite the current property of tagProject="secondTag" which is stored in my soapUI.xml project.