
Run mvn compile to generate necessary source files automatically.Īfter you have created the IDEA project, navigate to the class, right-click and select Run.Enter the path to the root folder of the SoapUI project.IDE supportĪs SoapUI is using a standard Maven 3 setup, building and running SoapUI from an IDE is usually very straight forward, as long as the IDE has good Maven support. If you want to take a more active part in improving SoapUI, go to SoapUI Developer's Corner for more information. To get the latest source code changes, clone the project by running git pull in the root directory of the SoapUI project or in the root directory of the submodule you want to update. To run SoapUI after it has been built, execute mvn exec:java in the root folder of the soapui submodule. To build an individual submodule, run mvn clean install in the root folder of the submodule you want to build.To build a SoapUI project, run mvn clean install in the root folder.To get the source code, run git clone in the folder where you want to clone the root folder of the SoapUI project. soapui-maven-plugin-tester - A test pom.xml file used to test the soapui-maven-plugin.

soapui-maven-plugin – A Maven plugin used to run SoapUI in a Continuous integration environment (such as Jenkins).soapui-installer - Creates SoapUI distributions, such as installers and archives.soapui-system-test - Integration and system tests for SoapUI.soapui - The core module that creates the soapui.jar file.

See the SoapUI website to learn more.īy downloading our software, you agree to our license and privacy policy. SoapUI is the world's leading testing tool for API testing.
