-
Notifications
You must be signed in to change notification settings - Fork 49
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
[Feature] Upload artifacts to Maven Central #400
Comments
Hey @guilhem-lk, thank you for reaching out and for your interest in using the extension in your Maven project. I understand your concern about package availability, especially with the current setup on GitHub Packages. Allow me to address your points in detail:
Given these considerations, I currently do not plan to support Maven Central. This might be a possibility in the future, but it is not on the roadmap for now. Thank you for your understanding, and I look forward to hearing more about your use cases. Best, |
Hello @sventorben, No problem, I understand that it requires some major changes in the deployment process. Unfortunately, I never published packages on Maven Central so I can't be of any help on this topic.
We want to delegate authentication to another IDP for a subset of our users. For these users, we want them to rely exclusively on the IDP for authentication.
For the first point, I can contribute to add it in your extension if you want. But for the second point, I don't think it's relevant to have this endpoint in your extension. Regards, Guilhem |
Hi @sventorben We're also keen to get this published into Maven Central, as we're using your new Discoverer SPI extension point. FYI, it's not that big of a change to add a release to Maven Central. E.g. we just run this on commit to Happy to PR this change if you'd be willing to take a look at it. |
Is there an existing feature request for this?
Is your feature related to a problem? Please describe.
I would like to use your extension in a Maven project.
Currently, the packages are released to GitHub Packages but you say in the docs:
This is not a viable solution for us, because we need to guarantee the package availability for building our project.
Describe the solution you'd like
We manually uploaded the jar we use to our own Maven repository, but it would be great if all packages were available on Maven Central. Do you plan to support this in the near future?
Describe alternatives you've considered
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: