usethesource/Use The Source Deploy Maven Releases
Special github action to help with maven deploy to our release server
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| maven-username | Maven HTTP username | yes | — |
| maven-password | Maven HTTP password | yes | — |
| maven-local-port | Local port number for maven | yes | — |
| ssh-hostname | SSH server hostname to connect to | yes | — |
| ssh-known-host | SSH server-keys for the usethesource server, generate it with `ssh-keyscan -H <server-hostname>` | yes | — |
| ssh-username | SSH username | yes | — |
| ssh-private-key | SSH private key of which the public key is registered for the user (.ssh/authorized_keys), please make id an ed25519 key | yes | — |
| working-directory | Current working directory | no | . |
| maven-options | Extra maven options | no | "" |
Outputs
no outputs