Vaadin Charts: incorrect content type for 1.1.8 jar

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
...

In case someone face the same issue, you can either:

  • Manually download the artifact with mvn org.apache.maven.plugins:maven-dependency-plugin:2.9:get -Dartifct=com.vaadin.addon:vaadin-charts:1.1.8 -DremoteRepositories=http://maven.vaadin.com/vaadin-addons
    • Upgrade Nexus