Forum Discussion

ASB1's avatar
ASB1
Visitor
5 years ago
Solved

Unable to find com.smartbear.soapui:soapui-maven-plugin:jar:5.1.3 in https://repo.maven.apache.org/

Getting below error when I run project via maven command: mvn clean install: [ERROR] Plugin com.smartbear.soapui:soapui-maven-plugin:5.1.3 or one of its dependencies could not be resolved: Failure ...
  • SiKing's avatar
    5 years ago

    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>