Forum Discussion

harryssuperman's avatar
harryssuperman
Occasional Visitor
2 years ago

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 su...
  • davidelib's avatar
    2 months ago

    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>