{"id":27013489,"url":"https://github.com/eitco/maven-release","last_synced_at":"2026-02-26T19:42:42.229Z","repository":{"id":239194066,"uuid":"798832151","full_name":"eitco/maven-release","owner":"eitco","description":"default github action to release a maven repository","archived":false,"fork":false,"pushed_at":"2024-07-30T14:59:06.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-04T12:34:34.075Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eitco.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-05-10T15:07:45.000Z","updated_at":"2024-07-30T14:57:01.000Z","dependencies_parsed_at":"2025-04-04T12:40:19.247Z","dependency_job_id":null,"html_url":"https://github.com/eitco/maven-release","commit_stats":null,"previous_names":["eitco/maven-release"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/eitco/maven-release","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eitco%2Fmaven-release","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eitco%2Fmaven-release/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eitco%2Fmaven-release/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eitco%2Fmaven-release/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eitco","download_url":"https://codeload.github.com/eitco/maven-release/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eitco%2Fmaven-release/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29868990,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-26T18:42:30.764Z","status":"ssl_error","status_checked_at":"2026-02-26T18:41:47.936Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-04-04T12:29:39.134Z","updated_at":"2026-02-26T19:42:42.191Z","avatar_url":"https://github.com/eitco.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# maven release github action\n\n[![License](https://img.shields.io/github/license/eitco/bom-maven-plugin.svg?style=for-the-badge)](https://opensource.org/license/mit)\n\nThis github action starts a maven release build. It is a [composite action](https://docs.github.com/en/actions/creating-actions/creating-a-composite-action)\nthat:\n\n1. optionally sets an ssh private key\n    * using the [ssh agent action](https://github.com/webfactory/ssh-agent)\n    * if the parameter `git-ssh-private-key` is not set, this step is omitted\n2. checks out the repository source code\n    * using the [default checkout action](https://github.com/actions/checkout)\n3. sets up a jdk and maven\n    * using the [default setup-java action](https://github.com/actions/setup-java)\n4. executes the maven release process\n   * it executes the [maven release plugins](https://maven.apache.org/maven-release/maven-release-plugin/) goals [`prepare`](https://maven.apache.org/maven-release/maven-release-plugin/prepare-mojo.html) and [`perform`](https://maven.apache.org/maven-release/maven-release-plugin/perform-mojo.html) \n\nThe action can be customized using the following parameters:\n\n## java-version\nThe (major) version of the jdk.\n\ndefault: **17**\n\n## java-distribution\nThe jdk distribution\n\ndefault: **temurin**\n\n## gpg-private-key\nThe gpg private key to use for artifact signing. Make sure to use a github secret here.\n\n## gpg-key-name\nThe name of the gpg private key. Consider using a github secret here.\n\n## gpg-passphrase\nThe passphrase of the gpg private key. Make sure to use a github secret here.\n\n## deploy-user\nThe user to authenticate at the artifact repository. Consider using a github secret here.\n\n## deploy-password\nThe password to authenticate at the artifact repository. Make sure to use a github secret here.\n\n## global-settings-location\n\nThe path inside the repository to the global maven settings used to deploy release artifacts. The default value works\nfor projects generated using [eitcos default maven github template](https://github.com/eitco/maven-template)\n\ndefault: **deployment/global-settings.xml**\n\n## git-ssh-private-key\n\nAn ssh private key to use in later steps e.g. to commit documentation to a github pages repository. ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feitco%2Fmaven-release","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feitco%2Fmaven-release","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feitco%2Fmaven-release/lists"}