wasiqb/maven-publish-action
GitHub Action for automatically publishing to Maven Central
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| gpg_private_key | GPG private key for signing the published artifacts | no | — |
| gpg_passphrase | Passphrase for the GPG key | no | — |
| server_username | Username for your repository manager account | yes | — |
| server_password | Password for your Nexus account | yes | — |
| server_id | Server ID of the repository management server | no | ossrh |
| directory | Directory of the Maven project which should be deployed | no | — |
| pom_file_name | POM file name | no | — |
| settings_path | Directory path for Maven settings file | no | — |
| maven_goals_phases | Maven goals and build phases to execute | no | clean deploy |
| maven_args | Additional arguments to pass to the Maven command | no | "" |
| maven_profiles | Active Maven profiles | no | deploy |
| batch_mode | Enable Maven batch mode for non-interactive builds | no | true |
Outputs
no outputs