Publish a library to maven repositories
- by Pablo Fernandez
I have a stable opensource library and was wondering how (and if) I can publish my lib to maven official repositories so people can include it in their pom.xml files and get the dependency downloaded automatically.
Thanks a lot!