-
Notifications
You must be signed in to change notification settings - Fork 116
Description
The build of a fresh clone (on a linux machine) fails missing the file lablib-checkboxtree-3.3.jar (WS-Attacker-Framework step) from the repository "smartbear-sweden-plugin-repository".
The error message:
[ERROR] Failed to execute goal on project wsattacker-framework: Could not resolve dependencies for project wsattacker.framework:wsattacker-framework:jar:1.9-SNAPSHOT: Could not find artifact it.cnr.imaa.essi:lablib-checkboxtree:jar:3.3 in smartbear-sweden-plugin-repository (http://www.soapui.org/repository/maven2/) -> [Help 1]
As a workaround the build can be finished by downloading the missing .jar file (I found it here: https://github.com/nroduit/mvn-repo/tree/master/it/cnr/imaa/essi/lablib-checkboxtree/3.3/lablib-checkboxtree-3.3.jar) and copying it to the maven directory ($HOME/.m2/repository/it/cnr/imaa/essi/lablib-checkboxtree/3.3/). After this the build is successful.