I'd like to add my project to public maven repository so that it can be used by community. It doesn't have to be maven central - just any kind of public and free repository for open source code.
How do I do that (in easiest way)?
Public repositories store software artifacts that are free for the entire world to download. Maven and other build tools connect to public repositories to download dependencies used in software projects. Dependencies are downloaded to the local maven repository, which defaults to the ~/.
Probably 3 ways to do this:
yourserver.com/mavenRepo/com/yourcompany/v1.0/yourjar.jar
This is the 'quick and dirty' way, but then the public can add yourserver.com/mavenRepo as a repository.If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With