Hosting a Maven repository on github

I have a fork of a small open sourced library that I’m working on github. I’d like to make it available to other developers via maven, but I don’t want to run my own Nexus server, and because it’s a fork I can’t easily deploy it to oss.sonatype.org.

What I’d like to do is to deploy it to github so that others can access it using maven. What’s the best way to do this?

9 Answers
9

Leave a Comment