Maven, Java 8 and the newest SoapUi-Version
SOLVED- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Maven, Java 8 and the newest SoapUi-Version
Hello,
is still possible to run the newest SoapUi-Version on Bamboo with Maven and Java 8?
Can someone provide a pom which is actually working?
Thank you and have a nice day
Solved! Go to Solution.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@Cekay :
You can refer below link in order to integrate maven with readyapi
Click "Accept as Solution" if my answer has helped,
Remember to give "Kudos" 🙂 ↓↓↓↓↓
Thanks and Regards,
Himanshu Tayal
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello HimanshuTayal
Thank you for your reply but unfortunately this page doesn't help.
I need to know if this specific combination is still possible.
Over the last 6 months I tried different solutions from the web but nothing helps. As soon as I set the version in Maven to 3.1.0 the build is not working anymore.
That why I wanted to know if I there is someone out there who uses SoapUi with Maven and Java8 on Bamboo.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @Cekay,
Starting from ver. 3.1.0, ReadyAPI uses Java 12. So, you need to force Maven to use Java 12.
For this, you need to change the %JAVA_HOME% environment variable. Please see the corresponding articles about this:
Installing the JDK Software and Setting JAVA_HOME
Setting the JAVA_HOME Variable in Windows
Compiling Sources Using A Different JDK
If you don't have Java 12 installed yet, you can use this link for downloading it.
Julia
Customer Care Team
Did my reply answer your question? Please give Kudos or Accept it as a Solution to help others.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
