In the main menu select File -> Import -> Maven -> Existing Maven projects and at Root directory enter the path to the root folder of the SoapUI project and then finish the wizard.
Getting started using Eclipse (version 4 / Juno) and import the file intellij-codestyle.jar located in the root folder of the SoapUI project
To get the same code style settings as the SoapUI team select File -> Import Settings.
To get the latest changes right click on the root folder in the Project view and select Git -> Repository -> Pull.
After you have created the IDEA project sucessfully, navigate to the main class right click and select Run.
Run mvn compile in order to auto generate necessary source files.
Enter the path to the root folder of the SoapUI project.
Getting started using Intellij IDEA (version 13) 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. When you have decided that you want to take a more active part in improving SoapUI then there are a few things you have to do before you can get started. To get the latest source code changes clone the project by running git pull in the root directory of the SoapUI project or 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 a individual submodule run mvn clean install the root folder of the submodule you want to build.
To build the SoapUI project run mvn clean install in the root folder.
To get the source code run git clone where you want to the root folder of the SoapUI project. Getting the source code for the first time
If you're using Java 1.6 you have download the standalone Java FX runtime and set the property in the root pom.xml file to the path of the jfxrt.jar file.
soapui-maven-plugin-tester - Small test pom.xml used for testing the soapui-maven-plugin.
soapui-maven-plugin – Maven plugin used for running SoapUI in a Continuous integration environment (such as Jenkins).
soapui-installer - Creates the 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.
# Invocand o aplicativo ~/bin/SoapUI-5.3.0/bin/soapui.sh Structure and submodules Jar -xf target/assemblies/SoapUI-5.3.0-mac-bin.zip No caso do Linux é gerado um TAR.GZ e devemos usar o coamndo tar em vez de jar