Skip to content

As a developer I don't want outages of http://maven.geotoolkit.org to prevent me from compiling a war file #5312

@pdurbin

Description

@pdurbin

As noted in a variety of places...

... our dependency on http://maven.geotoolkit.org being up causes considerable frustration when jar files aren't already cached in ~/.m2 such as when we spin up arbitrary branches on AWS, run Travis builds, set up new developers, etc.

This dependency was added in 64aa054 and is still used in generateImageThumbnailFromInputStream for example: https://github.com/IQSS/dataverse/blob/v4.9.4/src/main/java/edu/harvard/iq/dataverse/dataaccess/ImageThumbConverter.java#L330

Here's how the failure looks at https://travis-ci.org/IQSS/dataverse/builds/455025056 for example:

screen shot 2018-11-14 at 12 18 08 pm

[ERROR] Failed to execute goal on project dataverse: Could not resolve dependencies for project edu.harvard.iq:dataverse:war:4.9.4: Failed to collect dependencies at javax.media:jai_imageio:jar:1.1.1: Failed to read artifact descriptor for javax.media:jai_imageio:jar:1.1.1: Could not transfer artifact javax.media:jai_imageio:pom:1.1.1 from/to geotk-repo (http://maven.geotoolkit.org): Failed to transfer file: http://maven.geotoolkit.org/javax/media/jai_imageio/1.1.1/jai_imageio-1.1.1.pom. Return code is: 502 , ReasonPhrase:Bad Gateway. -> [Help 1]

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions