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.
Charts 3.2.0 maven issue
I've had issues with Maven and the charts add-on today.
The issue is the corrupt .zip problem. I received the following In Eclipse, "Archive for required library" "cannot be read or is not a valid ZIP file".
Checking my local maven repo, the charts lib were 99k in size, which means maven download was corrupted somewhere.
Deleting my maven repo charts folder, eclipse cache, etc. did not resolve the problem
The files seem ok at http://vaadin.com/nexus/content/repositories/vaadin-addons/com/vaadin/addon/vaadin-charts/3.2.0/ and http://mvnrepository.com/artifact/com.vaadin.addon/vaadin-charts/3.2.0
I finally just downloaded and override the jars in my local maven repo.
Just an fyi that something is goofed up somewhere, and what I did to resolve the issue.
Thanks,
Malcolm