Eclipse, Metals, Nexus with authentications #2442
MarkusLupusWolf
started this conversation in
General
Replies: 2 comments 7 replies
-
I am trying to update couriser inside Bloop, which might help in this situation, but for now could you maybe try to add |
Beta Was this translation helpful? Give feedback.
4 replies
-
I am experience the same issue with VSCode, Metals and Artifactory. Does somebody know of a solution? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am trying to get Metals to work with Eclipse and our Setup.
First, we are behind a firewall and need proxy connections to the internet.
I tried to configure coursier to use our Nexus repository which mirrors maven-central. This essentially worked, but our Nexus uses Authorization and I only get the following message when Metals tries to start the language server:
error: The command bsp --protocol tcp --port 41321 returned with an error
I looked at the coursier documentation and tried it with a credentials.properties file containing username and password, but it seems not to use this file. I put the file in the same location as the mirror.properties file.
Any hints, helps, documentation on debugging, etc. would be appreciated.
Thanks,
Markus
Beta Was this translation helpful? Give feedback.
All reactions