How to Publish a Java Library to Maven Central
>> YOUR LINK HERE: ___ http://youtube.com/watch?v=bxP9IuJbcDQ
Overview of releasing a Java Maven project to Maven Central to share it with the rest of the world. • There are a few extra steps compared to NPM, but at least you can't release the same version twice :D • We will be using OSS Repository Hosting(OSSRH) provided by Sonatype and based on Nexus Repository Manager to deploy our artifact. • Apache Maven Instructions: • https://maven.apache.org/guides/mini/... • OSSHR Instructions: • http://central.sonatype.org/pages/oss... • Example project from video: • https://github.com/nyholmniklas/arith... • More videos: • / @recursive532
#############################
