-
Notifications
You must be signed in to change notification settings - Fork 535
Description
As noted in a variety of places...
- spinning up branches: phase 1 #4990 (comment)
- Running integration tests for more than just API #5068 (comment)
- http://irclog.iq.harvard.edu/dataverse/2018-11-14#i_78721
... 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:
[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]
