Guide: https://itnext.io/publishing-artifact-to-maven-central-b160634e5268
Generate a key with a passph
gpg --full-generate-key
Publish the key
gpg --keyserver keyserver.ubuntu.com --send-keys ${KEY_ID}
mvn clean install
mvn clean deploy -Pdist
Guide: https://itnext.io/publishing-artifact-to-maven-central-b160634e5268
Generate a key with a passph
gpg --full-generate-key
Publish the key
gpg --keyserver keyserver.ubuntu.com --send-keys ${KEY_ID}
mvn clean install
mvn clean deploy -Pdist