actions-marketplace-validations/Nexus Repository Publisher for GitHub Actions
Publish components from GitHub Action workflow to Nexus Repository.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| serverUrl | Nexus Repository Server URL | yes | — |
| username | Username to connect to Nexus Repo to publish components | yes | — |
| password | Password to connect to Nexus Repo to publish components | yes | — |
| format | Component format e.g. maven2 | yes | — |
| repository | Name of target repository on Nexus Repo e.g. maven-releases | yes | — |
| coordinates | Component coordinates in key=value format. e.g. groupId=com.example artifactId=app version=1.0.0 | yes | — |
| assets | Component assets in key=value format. e.g. extension=jar | yes | — |
| filename | File to publish | yes | — |
Outputs
no outputs