Maven Repo Down?

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.

Double check that your repository settings use https instead of http in your pom.xml. Addons repo is still alive, the error you see means only that it does not have browsing enabled.

Yeah I have https on… but this issue certainly stems from http to https transition.

I’m noticing issues with other repositories as well - it’s almost like something is wrong with maven and its downloading http error codes as POM files.

Proxy or firewall?

https://maven.apache.org/guides/mini/guide-proxies.html

Also, might be worth trying a different Maven version. Maven 3.8.x wasn’t a very solid branch, there were a lot of issues