-
Notifications
You must be signed in to change notification settings - Fork 40
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
Could not collect dependencies: status 502 #574
Comments
The affected dependencies are:
Publishing the dependencies to Github Packages works (#575, #576), but installation of packages from Github Packages requires authentication using a github personal access token, even if the package is public. After discussion with @luizbonino, it was decided to publish the dependencies to Maven central instead, under the |
Hi, any idea when the fix will be available ? |
Hi @CAVDgit I'm currently testing publication of the dependencies via the maven central portal. I hope to have a PR ready by next week. |
What components are related to the issue?
Other (specify in text)
Which FDP are you using?
My local instance
Version
1.17.2
anddevelop
What happened?
Running
mvn verify
on a local development machine results in a build failure:Dependencies cannot be collected, because the server at https://nexus.internal.fairdatapoint.org returns status 502 "Bad Gateway".
Possibly related to #501
Relevant log output
The text was updated successfully, but these errors were encountered: