shynixn/Repository M2 Deploy
This GitHub action allows using on of your repositories on GitHub as a Maven repository
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| primary-jar-file | The jar file which is going to be used as a dependency | yes | — |
| group-id | Maven Group Id. You can choose any group id in the format com.example.username | yes | — |
| artifact-id | Maven Artifact Id. You can choose any artifact id in the format my-artifact-name | yes | — |
| version-id | Version id. You can choose any version id in the format x.x.x | yes | — |
| github-token | Access Token which is being used to push to your Maven repository | yes | — |
| github-username | Owner of the Maven Repository. e.g. Shynixn | yes | — |
| github-repository | Name of the Maven Repository. e.g. m2 | yes | — |
| repository | Repository sub path which can be changed to create snapshot repositories or other kind of repositories. | no | releases |
| signing-key | Base64Encoded secret key for signing. | no | — |
| signing-password | Password to use the key. | no | — |
| generate-kotlin-docs-jar | If set to true, KotlinDocs are going to be generated as a -javadoc file. | no | — |
| source-directories | Directories separated by ; where the java or kotlin files are located. | no | — |
| generate-sources-jar | If set to true, Sources are going to be generated as a -sources file. | no | — |
| project-name | Maven project name. | no | POM value was automatically generated. |
| project-description | Maven project description. | no | POM value was automatically generated. |
| project-url | Maven project url. | no | POM value was automatically generated. |
| licence-name | Maven licence name. | no | POM value was automatically generated. |
| licence-url | Maven licence url. | no | POM value was automatically generated. |
| developer-name | Maven developer name. | no | POM value was automatically generated. |
| developer-url | Maven developer url. | no | POM value was automatically generated. |
| scm-connection | Maven scm connection. | no | POM value was automatically generated. |
| scm-url | Maven scm url. | no | POM value was automatically generated. |
Outputs
no outputs