-
Notifications
You must be signed in to change notification settings - Fork 24
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
Request to publish JAR to maven central #20
Comments
Hello @mistermoe thanks for your message, and nice to hear that the library is useful to you! I can understand that having it in Maven central would be useful, I have myself been in situations where I wished other libraries were available there. We'll have a look, but I can't say how long it might take us. We have some existing CI/CD processes that auto-publish artifacts to our own Maven repo, and it would probably take a while to update those. Anyway, we'll see what we can do. |
+1 for this request. I'm shipping 2 libraries to Maven central which use the did-common-java library from the danubetech.com repo. Would be purer as well, shipping it to Maven central, instead of a privately owned company's repository instead? (Libraries in question; |
👍 Also from me, for this request Given that the issued was opened a couple years ago. I would like to kindly ask if publishing to Maven Central is under consideration? |
@babisRoutis We'd love to do that but have little experience with it. Could you maybe describe what we'd have to do? If it's something we need to do in the pom.xml, maybe you could write a PR? |
Take a look here https://medium.com/@efthymiou.dimitrios1/how-to-publish-your-library-to-maven-central-3923139967e1 There are some steps that can be done only by the library maintainers (create account, register namespace, GPG key etc) |
Even easier to use https://jitpack.io |
Hey there, first off, thank you to the maintainers of this library. We're leveraging it in one of our backend services and it works great!
Would it be possible for y'all to upload/mirror this JAR to maven central? We're gearing up to deploy our backend service but are unable to pull the dependency within our internal network unless we go through a laborious vendor security process. I imagine that other companies have similar processes in place as well. Myself and potentially many other devs would be very grateful for the time savings!
If y'all decide to do so, here's a link with instructions on how to publish to maven central for free - https://www.jetbrains.com/help/space/publish-artifacts-to-maven-central.html
If it's too much of a lift, no worries. Thanks in advance!
The text was updated successfully, but these errors were encountered: