shynixn/Repository M2 Deploy

This GitHub action allows using on of your repositories on GitHub as a Maven repository

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
primary-jar-fileThe jar file which is going to be used as a dependencyyes
group-idMaven Group Id. You can choose any group id in the format com.example.usernameyes
artifact-idMaven Artifact Id. You can choose any artifact id in the format my-artifact-nameyes
version-idVersion id. You can choose any version id in the format x.x.xyes
github-tokenAccess Token which is being used to push to your Maven repositoryyes
github-usernameOwner of the Maven Repository. e.g. Shynixnyes
github-repositoryName of the Maven Repository. e.g. m2yes
repositoryRepository sub path which can be changed to create snapshot repositories or other kind of repositories.noreleases
signing-keyBase64Encoded secret key for signing.no
signing-passwordPassword to use the key.no
generate-kotlin-docs-jarIf set to true, KotlinDocs are going to be generated as a -javadoc file.no
source-directoriesDirectories separated by ; where the java or kotlin files are located.no
generate-sources-jarIf set to true, Sources are going to be generated as a -sources file.no
project-nameMaven project name.noPOM value was automatically generated.
project-descriptionMaven project description.noPOM value was automatically generated.
project-urlMaven project url.noPOM value was automatically generated.
licence-nameMaven licence name.noPOM value was automatically generated.
licence-urlMaven licence url.noPOM value was automatically generated.
developer-nameMaven developer name.noPOM value was automatically generated.
developer-urlMaven developer url.noPOM value was automatically generated.
scm-connectionMaven scm connection.noPOM value was automatically generated.
scm-urlMaven scm url.noPOM value was automatically generated.

no outputs