-
Notifications
You must be signed in to change notification settings - Fork 500
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As a developer I don't want outages of http://maven.geotoolkit.org to prevent me from compiling a war file #5312
Comments
There are two options to fix this immediately. We can either store this in our |
Regardless of which option we take, we should probably look for a different library to rely on for the small amount of use we have for these |
Ignore my previous comment, this library is still being maintained as a github project, has been updated and is in maven central. I've updated our build to use the latest version and have tested it on thumbnails. During this research I learned that the repository order in |
Sorry to necro this, but I did not want to open a new issue... @matthew-a-dunlap: about the repo ordering - maybe a hint about this might be usefull in the new docs about dependency management I want to merge in #5289? |
@poikilotherm good idea. Please go ahead and add a line about the repo ordering in your new "developers/dependencies.rst" doc if you feel like it! |
@pdurbin: Sir, done, Sir! 😉 |
@poikilotherm thanks! I see it in f2274bf. |
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:
The text was updated successfully, but these errors were encountered: