The following environment variables are available to configure the build:
NOTE: The build properties take precedence over these environment variables.
NOTE: These are set from the GitHub Action secret keys during builds on GitHub Actions, allowing deployment to Maven Central to be automated.
The SIGNING_KEY_ID
environment variable specifies the key id to use when
using a subkey to sign the artifacts. If a subkey is not used, this should
be blank, or not set.
The SIGNING_KEY_PRIVATE
environment variable specifies the ascii-armoured
PGP private key to sign the artifacts with.
Newlines are represented as \n
.
The SIGNING_KEY_PASSWORD
environment variable specifies the password or
passphrase associated with the private key.
The OSSRH_USERNAME
environment variable specifies the Open Source Software
Repository Hosting (OSSRH) username to use when publishing artifacts to Maven
Central.
The OSSRH_PASSWORD
environment variable specifies the Open Source Software
Repository Hosting (OSSRH) password to use when publishing artifacts to Maven
Central.
Copyright (C) 2023 Reece H. Dunn