Forum Discussion

mmaher_ie's avatar
14 years ago

Maven & SoapUI 3.6

Hi,

After integrating SoapUI into my maven build I get the followig error when downloading the dependencies from the maven eviware repository:

*** CHECKSUM FAILED - Error retrieving checksum file for .... ***
This error message is printed for 40 different dependencies downloaded from the eviware repository. For example for eviware/soapui/3.6/soapui-3.6.jar. Is there a problem with the repository or have I overlooked something within my configuration (included below)

btw. If i set the Checksum policy to WARN instead of FAIL then all dependencies can be resolved.

Cheers
Martin


<pluginRepositories>
<pluginRepository>
<id>eviwarePluginRepository</id>
<url>http://www.eviware.com/repository/maven2/</url>
</pluginRepository>
....
</pluginRepositories>

<plugins>
<plugin>
<groupId>eviware</groupId>
<artifactId>maven-soapui-plugin</artifactId>
<version>3.6</version>
</plugin>
....
</plugins>

No RepliesBe the first to reply