Java libs for internal usage in java projects.
In order to deploy changes, create personal access token in github and configure them as env var in your system.
Edit ~/.bash_profile
and add personal token as exported env var, like:
export GITHUB_TOKEN="your-token"
export GITHUB_USERNAME="your-username"
After that go to package dir in repo, ex. cd /path/to/repo/id-encoder
and execute next command:
mvn clean deploy --settings /path/to/repo/settings.xml