Hi all,
The content type of vaadin-charts-1.1.8.jar is ‘application/zip’ which is incorrect, and can not be handled by our internal Nexus.
Please find below the HTTP headers for both 1.1.8 and 1.1.5
Is there anything which can be done to fix this?
Thanks a lot,
Ahmed
http://maven.vaadin.com/vaadin-addons/com/vaadin/addon/vaadin-charts/1.1.8/vaadin-charts-1.1.8.jar
GET /vaadin-addons/com/vaadin/addon/vaadin-charts/1.1.8/vaadin-charts-1.1.8.jar HTTP/1.1
...
HTTP/1.1 200 OK
Content-Type: application/zip; charset=binary
...
----------------------------------------------------------
http://maven.vaadin.com/vaadin-addons/com/vaadin/addon/vaadin-charts/1.1.5/vaadin-charts-1.1.5.jar
GET /vaadin-addons/com/vaadin/addon/vaadin-charts/1.1.5/vaadin-charts-1.1.5.jar HTTP/1.1
...
HTTP/1.1 200 OK
Content-Type: application/java-archive
...