Solved
Forum Discussion
nmrao
7 years agoCommunity Hero
Why not check for latest version instead of old version.
See
http://smartbearsoftware.com/repository/maven2/com/smartbear/soapui/soapui/5.5.0/
The SoapUI plugin is not available in Maven Central. As per documentation, you need to configure the SmartBear repository.
<pluginRepositories> <pluginRepository> <id>SmartBearPluginRepository</id> <url>http://smartbearsoftware.com/repository/maven2</url> </pluginRepository> </pluginRepositories>
Why not check for latest version instead of old version.
See
http://smartbearsoftware.com/repository/maven2/com/smartbear/soapui/soapui/5.5.0/