Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
Vaadin builds begin failing
I wrote an application a while back using a few simple Vaadin addons.
Annimator
Dom
LoginForm
This application has since stopped building with the error ".m2/repository/org/vaadin/addons/dom/0.1.0/dom-0.1.0.jar; error in opening zip file.m2/repository/org/vaadin/addons/dom/0.1.0/dom-0.1.0.jar; error in opening zip file"
I looked in this jar file and it actually contains html. I tried removing the jar file and letting maven download it again but each time it contains html
The html says something about "All Codehaus services will be terminated progressively until May 17th 2015"?
Does anyone have any idea about why this would be happening?
says that they have closed down. For some reason something is trying to be loaded from their repositories. Hopefully it doesn't have anything to do with the Vaadin add-on repository. Check your pom.xml and settings if you have anything pointing at codehaus. If you do, take it away and try again