Forum Discussion
1 Reply
Sort By
- Humashankar
Champion Level 3
Hi mayur21
Try to Clone the SoapUI repository using the command git clone https://github.com/SmartBear/soapui.git.
- Next, from IntelliJ IDEA by navigating to File > Open and selecting the root folder of the cloned SoapUI project.
- Then, generate the necessary source files by running the command mvn compile, which is crucial for resolving missing com.eviware.soapui.config.* files.
After that, build the project using the command mvn clean install in the root folder.
Best Regards