deploy-to-maven-central

Installation
SKILL.md

Deploy to Maven Central (OSSRH Staging)

Deploy both auth and store flavours of the Android auth library to the OSSRH staging repository, then upload the staged deployment for publishing.

Steps

1. Validate local.properties

Check that the file local.properties in the project root exists and contains all of the following keys:

  • signing.keyId
  • signing.password
  • signing.secretKeyRingFile
  • ossrhUsername
  • ossrhPassword

If the file is missing or any key is absent, stop and tell the user:

Installs
1
GitHub Stars
153
First Seen
Jun 22, 2026
deploy-to-maven-central — spotify/android-auth