I’m getting an error when trying to build a vaadin project with dependencies in the vaadin-addons repo:
https://maven.vaadin.com/vaadin-addons/
Is there any alternative repo’s I can use? I can’t seem to find any.
Thanks
~Ben
PS: Reason for looking at the repo, is I’m getting errors like:
Compile error during compilation with javac.
error: error reading /Users/ben/.m2/repository/org/vaadin/addon/confirmdialog/2.1.3/confirmdialog-2.1.3.jar; error in opening zip file
error: error reading /Users/ben/.m2/repository/org/vaadin/addons/tokenfield/7.0.1/tokenfield-7.0.1.jar; error in opening zip file
error: error reading /Users/ben/.m2/repository/org/vaadin/viritin/1.35/viritin-1.35.jar; error in opening zip file
error: error reading /Users/ben/.m2/repository/com/vaadin/vaadin-testbench-api/7.5.2/vaadin-testbench-api-7.5.2.jar; error in opening zip file
error: error reading /Users/ben/.m2/repository/com/vaadin/addon/vaadin-spreadsheet/1.3.0/vaadin-spreadsheet-1.3.0.jar; error in opening zip file
Removing the file and re-compiling gives the same error - note this project has built successfully in the past, just a new machine so the dependencies need to be built out.