Forum Discussion
redfish4ktc2
11 years agoSuper Contributor
Hi,
To build SoapUI Open Source, you can follow these steps (example given for version 5.1.1)
To build SoapUI Open Source, you can follow these steps (example given for version 5.1.1)
- requirements to build: see https://github.com/SmartBear/soapui/blo ... erequisite (no need for git client)
- download the source: https://github.com/SmartBear/soapui/archive/5.1.1.zip
- unzip and open a command line prompt in the unzipped directory
- cd soapui-installer
- mvn clean package assembly:single
- go in the target/assemblies/SoapUI-5.1.1-dist and run soapui.bat/sh (Require to set the java_home environment variable or to have the java executable in the path)