Skip to content
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

Releasing to Maven central #29

Open
vatbub opened this issue Jul 10, 2021 · 2 comments
Open

Releasing to Maven central #29

vatbub opened this issue Jul 10, 2021 · 2 comments

Comments

@vatbub
Copy link

vatbub commented Jul 10, 2021

Hi all,
I just saw that you added gradle to your project. I am not that familiar with gradle as I am with Maven, hence, I would like to stop releasing mslinks to Maven Central.
So, if anyone feels like taking that job over, feel free to do so 😎
Regards,
Freddie aka vatbub

@DmitriiShamrikov
Copy link
Owner

Hey,
Gradle was there since 1.0.5 as a build and test tool (maven is too complicated for me 🙂), recently I just added some wrapper scripts for convenience. So technically nothing has changed for you, you can grab the code and put it in maven repo as usual

@vatbub
Copy link
Author

vatbub commented Nov 5, 2023

Since there seem to be more requests appearing: I have a fork with all required files for maven publishing. Here are the steps that a motivated contributor would need to do to update the lib in Maven Central:

  • Fork my fork
  • Merge the master branch of this repo into the fork
  • Update the pom to work without Bintray (Previously, I used Bintray to upload the Jars which is now defunct)
  • Request a new group ID at Maven Central
  • Replace the group ID in the pom
  • Update the version number in the Pom
  • Publish
  • Profit 😉

I can provide assistance with those steps, but don't have enough time to do that myself. Cheers 👋

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants