{"id":36602686,"url":"https://github.com/rife2/bld-jreleaser","last_synced_at":"2026-01-12T08:40:17.695Z","repository":{"id":273565688,"uuid":"917916190","full_name":"rife2/bld-jreleaser","owner":"rife2","description":"JReleaser Extension for bld","archived":false,"fork":false,"pushed_at":"2026-01-01T23:45:34.000Z","size":178,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-04T07:17:30.679Z","etag":null,"topics":["bld","build-system","build-tool","build-tool-plugin","jreleaser"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rife2.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-01-16T22:09:12.000Z","updated_at":"2026-01-01T23:45:38.000Z","dependencies_parsed_at":"2025-01-21T17:36:33.699Z","dependency_job_id":"d310907d-199e-4b0f-84e4-60f5810f1e8a","html_url":"https://github.com/rife2/bld-jreleaser","commit_stats":null,"previous_names":["rife2/bld-jreleaser"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rife2/bld-jreleaser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rife2%2Fbld-jreleaser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rife2%2Fbld-jreleaser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rife2%2Fbld-jreleaser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rife2%2Fbld-jreleaser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rife2","download_url":"https://codeload.github.com/rife2/bld-jreleaser/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rife2%2Fbld-jreleaser/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28337599,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T06:09:07.588Z","status":"ssl_error","status_checked_at":"2026-01-12T06:05:18.301Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["bld","build-system","build-tool","build-tool-plugin","jreleaser"],"created_at":"2026-01-12T08:40:17.646Z","updated_at":"2026-01-12T08:40:17.690Z","avatar_url":"https://github.com/rife2.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [JReleaser](https://jreleaser.org/) Extension for [b\u003cspan style=\"color:orange\"\u003el\u003c/span\u003ed](https://rife2.com/bld) \n\n[![License](https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n[![Java](https://img.shields.io/badge/java-17%2B-blue)](https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html)\n[![bld](https://img.shields.io/badge/2.3.0-FA9052?label=bld\u0026labelColor=2392FF)](https://rife2.com/bld)\n[![Release](https://img.shields.io/maven-metadata/v?metadataUrl=https%3A%2F%2Frepo.rife2.com%2Freleases%2Fcom%2Fuwyn%2Frife2%2Fbld-jreleaser%2Fmaven-metadata.xml\u0026color=blue)](https://repo.rife2.com/#/releases/com/uwyn/rife2/bld-jreleaser)\n[![Snapshot](https://img.shields.io/maven-metadata/v?metadataUrl=https%3A%2F%2Frepo.rife2.com%2Fsnapshots%2Fcom%2Fuwyn%2Frife2%2Fbld-jreleaser%2Fmaven-metadata.xml\u0026label=snapshot)](https://repo.rife2.com/#/snapshots/com/uwyn/rife2/bld-jreleaser)\n[![GitHub CI](https://github.com/rife2/bld-jreleaser/actions/workflows/bld.yml/badge.svg)](https://github.com/rife2/bld-jreleaser/actions/workflows/bld.yml)\n\nTo install the latest version, add the following to the `lib/bld/bld-wrapper.properties` file:\n\n```properties\nbld.extension-jreleaser=com.uwyn.rife2:bld-jreleaser\n```\n\nFor more information, please refer to the [extensions](https://github.com/rife2/bld/wiki/Extensions) documentation.\n\n## Generate JReleaser Config File\n\nTo generate a JReleaser config file, add the following to your build file:\n\n```java\n@BuildCommand(value = \"jreleaser-init\", summary = \"Create a JReleaser config file.\")\npublic void jreleaserInit() throws Exception {\n    new JReleaserInitOperation()\n            .fromProject(this)\n            .overwrite().debug()\n            .format(JReleaserInitOperation.Format.JSON)\n            .execute();\n}\n```\n\nThen run the following command:\n```\n./bld jreleaser-init\n```\n\n- [View Examples Project](https://github.com/rife2/bld-jreleaser/blob/master/examples/src/bld/java/com/example/)\n\nPlease check the [documentation](https://rife2.github.io/bld-jreleaser/rife/bld/extension/package-summary.html) for all available configuration options.\n\n## JReleaser Dependency\n\nDon't forget to add the [JReleaser](https://jreleaser.org/) dependency to your build file, as they are not provided by the extension. For example:\n\n```java\nrepositories = List.of(MAVEN_CENTRAL);\nscope(provided)\n     .include(dependency(\"org.jreleaser\", \"jreleaser\", version(1, 17, 0)));\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frife2%2Fbld-jreleaser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frife2%2Fbld-jreleaser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frife2%2Fbld-jreleaser/lists"}