-
I uploaded some JAR files to a private Maven Repository (Nexus), and I would like to use that in my C# project like
IKVM tries to access that repository, but gets I tried to provide credentials in my home's
I am a Maven newbie, so most likely, I made a mistake somewhere. Does anybody know, how to properly set the authentication details? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 45 replies
-
This is a good question. I have never tested this, as I've never run my own Maven repository with this. |
Beta Was this translation helpful? Give feedback.
-
Yes. I'm still working on it. I got your issue to reproduce, but only on the CI. Can't get it to happen locally, so I'm trying to figure that out. |
Beta Was this translation helpful? Give feedback.
-
Everything that gets logged goes to Msbuild, so your could it's verbosity to diag. I guess I need to get some sort of repo set up on my end to test against. I've just been guessing this whole time. |
Beta Was this translation helpful? Give feedback.
Found an issue in IKVM.Maven.Sdk where it was not correctly loading settings.xml. Fix will be in next release.