base64 icon indicating copy to clipboard operation
base64 copied to clipboard

A mavenization of the Base64 project

This is a mavenization of the Base64 project from iHarder.net.

To do a release:

  1. mvn versions:set -DnewVersion=2.3.99
  2. git commit -a
  3. git tag release-2.3.99
  4. create ~/.m2/settings.xml with:
sonatype-nexus-staging MY-ACCOUNT MY-PASSWORD
  1. mvn -Prelease-sign-artifacts deploy
  2. go to https://oss.sonatype.org and find the staging artifact.
  3. close the artifact
  4. release the artifact
  5. mvn versions:set -DnewVersion=2.3.100-SNAPSHOT
  6. git commit -a