cucumber/Publish to Maven Central
Publish an Maven module from a pom.xml
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 10, 2026
- License
- MIT
Pinned Snippet
uses: cucumber/action-publish-mvn@252601e47a5d699c325d1f046199a4d6f2c7b9db # v3.0.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| gpg-private-key | GPG private key for signing the published artifacts | yes | — |
| gpg-passphrase | Passphrase for the GPG key | yes | — |
| nexus-username | Username (not email!) for your Nexus repository manager account | yes | — |
| nexus-password | Password for your Nexus account | yes | — |
| server-id | Nexus server id | no | central |
| maven-goals | Maven goals to run | no | deploy |
| maven-profiles | Maven profiles | no | sign-source-javadoc |
| working-directory | Path within the repo to the folder where the pom.xml file lives | no | . |
Outputs
no outputs