How to Deploy my Open Source Projects using Maven's Central Repository?

Posted by sfussenegger on Stack Overflow See other posts from Stack Overflow or by sfussenegger
Published on 2009-11-02T17:17:31Z Indexed on 2010/04/19 7:53 UTC
Read the original article Hit count: 230

Filed under:
|
|
|

Is there anything I could do to get my own open source stuff into Maven's Central repository?

I've wondered many times how I could get my own projects into Maven's Central repository. I was asking this myself, especially as I've seen some well known projects hosting their own repository, requiring users to add dependency and repository. At the same time, it's getting difficult for other projects to depend on those projects. As I neither want others to add an additional repository nor to host one myself, I'm looking for other ways.

And why aren't some projects using the option to deploy to Maven Central in favor of their self-hosted repository? Any good reasons that aren't obvious?

© Stack Overflow or respective owner

Related posts about java

Related posts about maven-2