martinpaljak/Maven SSH Deploy

Deploy Maven artifacts via SSH and rsync

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
userSSH user for deployment (can be user@host:port)yes
keySSH private key for authenticationyes
hostSSH host for deployment (can include port as host:port)no
host_fpSSH host fingerprint for verification (e.g. SHA256:...)yes
pathRemote repository path (defaults to . / directory in authorized_keys)no.
snapshotsRemote path for non-tag builds (branches, PRs). Defaults to SNAPSHOTSnoSNAPSHOTS
pullAllow running on pull requests (disabled by default for security)nofalse
unsignedSkip tag signature verification (not recommended)nofalse
argsExtra arguments for the Maven deploy invocation (e.g. -pl !:my-cli to skip a module)no""

no outputs