ContributionsMost RecentMost LikesSolutionsRe: Support soapui-maven-plugin Java 17 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> Re: Support soapui-maven-plugin Java 17 Hello! I am facing the same problem, I would like to upgrade from java 11 to java 17, however with java 17 the soapui-maven-plugin is giving problem. It complains that I am running the plugin (with java 17) with a different java version it was compiled with (probably java 8 or 11). Did you find any answer to your question? Thank you!