Publishing a library to Maven Central
Overview The simple post is aimed to jot down the steps I have taken to publish a library to Maven Central. Here I am publishing a simple library for merging two yaml files First you need to have a Github Repo I used my Yaml-Merge application Github repo. https://github.com/LogicalSapien/yaml-merge.git Add your code to the repo….