Authentication failed when install v3.2.6 maven package #7526
-
I am trying to install java client library v3.2.6 maven package .
But I have authentication issues, the error message is It looks like the issue is caused by the password in .m2/settings.xml but I don't know how to fix it. May I have some suggestion for that? Many thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
Not familiar with the Java SDK but I guess you'll need to update the |
Beta Was this translation helpful? Give feedback.
-
It is great to hear people want to use this! There is nothing special about our usage of Github repositories, so perhaps this will help? |
Beta Was this translation helpful? Give feedback.
-
Can we not publish the java client lib into Maven repo, Organization can't allow other repos easily to be mirrored. It would be nice to move this to Maven , specially this tool has good support for java ecosystem. |
Beta Was this translation helpful? Give feedback.
Not familiar with the Java SDK but I guess you'll need to update the
<servers>
field which has the wrong username<username>alexec</username>
?