eitco/maven deploy
deploy using maven as build tool
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jul 30, 2024
- License
- MIT
Pinned Snippet
uses: eitco/maven-release@ddc906c1dcb9b4fef88991de97519ab2bddc2cb4 # 0.0.2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| java-version | jdk version | — | 17 |
| java-distribution | jdk distribution | — | temurin |
| gpg-private-key | private key for artifact signing | yes | — |
| gpg-key-name | name of the gpg private key | yes | — |
| gpg-passphrase | pass phrase for te gpg signing key | yes | — |
| deploy-user | user to authenticate at artifact repository | yes | — |
| deploy-password | password to authenticate at artifact repository | yes | — |
| global-settings-location | path inside the repository to the global maven settings used to deploy release artifacts | — | deployment/global-settings.xml |
| git-ssh-private-key | private ssh key to push git changes to github pages repository | — | "" |
Outputs
no outputs