vote up 1 vote down star
1

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?

flag

1 Answer

vote up 4 vote down check

Have you taken a look at the Guide to uploading artifacts to the Central Repository?

link|flag
Thanks for the link. Actually I looked at it a while ago - but obviously forgot about it. As it looks quite simple to do so, I wonder why several projects still don't use that option. – sfussenegger Nov 3 at 8:08
There is even an easier way: nexus.sonatype.org/oss-repository-hosting.html/… – domi Nov 7 at 14:18

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.