Forum Discussion

JayP93's avatar
JayP93
New Contributor
6 years ago

Is eviware repository down? Missing class com/eviware/soapui/tools/SoapUITestCaseRunner

Hello all,

 

So, I am trying to setup the maven plugin for Soap UI integration tests but keep getting the error:

"[ERROR] Failed to execute goal com.smartbear.soapui:soapui-maven-plugin:5.4.0:test (default-cli) on project XXX: Execution default-cli of goal com.smartbear.soapui:soapui-maven-plugin:5.4.0:test failed: A required class was missing while executing com.smartbear.soapui:soapui-maven-plugin:5.4.0:test: com/eviware/soapui/tools/SoapUITestCaseRunner"

 

Some posts suggested that I should add the following repository in my pom:

"http://www.eviware.com/repository/maven2/"

 

But I still got the same errors and when I try to browse this repository or even "http://www.eviware.com/", I get an error page saying that it is unreachable.

 

Can someone help please?

 

Best regards

2 Replies

  • mblel's avatar
    mblel
    Occasional Contributor

    Hello,

    Same problem here, did you resolve it?

    • JayP93's avatar
      JayP93
      New Contributor

      I basically used an old version of the plugin 5.2.1 instead of 5.4.0. The 5.4.0 version is not properly packaged with all its dependencies.