ikmdev/Maven Nexus Publish Workflow
A composite action to ensure that code is sent to Nexus repository
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Feb 4, 2025
- License
- Apache 2.0
Pinned Snippet
uses: ikmdev/maven-nexus-deploy-action@62ed4e65c7c78dbd2db9cfc7235339ae8e677288 # v2.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| nexus_repo_id | Nexus Repository ID | no | maven-snapshots |
| nexus_repo_username | Nexus Repository Username | no | admin |
| nexus_repo_password | Nexus Repository Password | yes | — |
| nexus_repo_url | Nexus Repository URL | no | https://nexus.tinkarbuild.com |
| nexus_profile | Nexus Profile | — | inject-application-properties |
| repo_name | Repo Name | yes | — |
| branch_name | Branch Name | yes | — |
| working_directory | Working Directory | no | — |
| is_self_hosted | Is Self Hosted Runner | no | false |
| java_version | Java Version | no | 23 |
Outputs
no outputs