blackrock / protoc-jar-maven-plugin

Maven plugin to compile protobuf proto files into java source code
Apache License 2.0
9 stars 3 forks source link

Automate deployment to Apache Maven Central using Github Actions #15

Open spensonshih opened 9 months ago

spensonshih commented 9 months ago

Simplify the deployment to Apache Maven Central. Currently, the process involves several commands / manual steps.

Describe the solution you'd like Setup Github Actions to automate deployment to Apache Maven Central. This involves:

  1. Using the setup-java action
  2. Setup Github secrets for GPG signature and OSSRH credentials
  3. Setup nexus-staging-maven-plugin to fully automate release process