harryssuperman
2 years agoOccasional Visitor
Support soapui-maven-plugin Java 17
Hi folks,
i want to know if the soapui-maven-plugin support java 17. Currently we have some Soap Webservices and a lot of automatic Test are running with the plugin but i am not sure if plugin support Java 17 because the api goes to Jakarta and will be running under jakarta packagename.
Thanks a lot for the Community.
I solved my problem using the following plugin. Hope that helps.
<plugin>
<groupId>eviware</groupId>
<artifactId>maven-soapui-pro-plugin</artifactId>
<version>4.5.1</version>
</plugin>