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)?
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)?
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.© 2022 - 2024 — McMap. All rights reserved.