Sorry if this question isn\'t appropriate for StackOverflow, it\'s not a coding question.
I\'m new to Maven and am curious how there can be a Maven Central Repository th
The Sonatype terms and conditions are mentioned by Jason. Contained within is a link on how to submit content:
The requirements section is particularly interesting. In brief all submitters are expected to provide the following:
This information publishes everything you and I need to know about the code, how it was built and more importantly who built it. The use of GPG enables us to verify that the binaries were built by the developers stated in the project POM file. Additionally, Maven Central automatically generates SHA checksums, enabling you to verify that the integrity of files downloaded by your build process.
So what does Sonatype get out of this?
Hope this helps. I would finish by pointing out that what Sonatype is doing is not very different to other open source software packaging initiatives. Redhat, Debian and Canonical spend a lot of effort packaging software for safe and secure distribution with their OS's. Maven Central is something that is perhaps more developer friendly.