{"id":19651333,"url":"https://github.com/embulk/embulk-standards","last_synced_at":"2026-05-07T16:13:59.406Z","repository":{"id":42388906,"uuid":"356148311","full_name":"embulk/embulk-standards","owner":"embulk","description":null,"archived":false,"fork":false,"pushed_at":"2023-04-29T14:02:50.000Z","size":6502,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":16,"default_branch":"master","last_synced_at":"2025-01-09T23:54:32.122Z","etag":null,"topics":[],"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/embulk.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}},"created_at":"2021-04-09T05:35:08.000Z","updated_at":"2021-11-09T08:38:50.000Z","dependencies_parsed_at":"2023-01-25T21:01:07.598Z","dependency_job_id":null,"html_url":"https://github.com/embulk/embulk-standards","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/embulk%2Fembulk-standards","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/embulk%2Fembulk-standards/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/embulk%2Fembulk-standards/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/embulk%2Fembulk-standards/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/embulk","download_url":"https://codeload.github.com/embulk/embulk-standards/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240960040,"owners_count":19885066,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":"2024-11-11T15:06:06.316Z","updated_at":"2026-05-07T16:13:54.362Z","avatar_url":"https://github.com/embulk.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# embulk-standards: Embulk's standard plugins\n\nThese are Embulk's \"standard\" plugins which are embedded in Embulk's executable binary distributions.\n\nTheir source code had been managed in the same [main repository of Embulk](https://github.com/embulk/embulk) until [`v0.10.33`](https://github.com/embulk/embulk/tree/v0.10.33). They have been split from the main repository since `v0.10.34`.\n\n### Release\n\n#### Prerequisite: Sonatype OSSRH\n\nYou need an account in [Sonatype OSSRH](https://central.sonatype.org/pages/ossrh-guide.html), and configure it in your `~/.gradle/gradle.properties`.\n\n```\nossrhUsername=(your Sonatype OSSRH username)\nossrhPassword=(your Sonatype OSSRH password)\n```\n\n#### Prerequisite: PGP signatures\n\nYou need your [PGP signatures to release artifacts into Maven Central](https://central.sonatype.org/pages/working-with-pgp-signatures.html), and [configure Gradle to use your key to sign](https://docs.gradle.org/current/userguide/signing_plugin.html).\n\n```\nsigning.keyId=(the last 8 symbols of your keyId)\nsigning.password=(the passphrase used to protect your private key)\nsigning.secretKeyRingFile=(the absolute path to the secret key ring file containing your private key)\n```\n\n#### Release\n\nModify `version` in `build.gradle` at a detached commit to bump up the versions of Embulk standard plugins.\n\n```\ngit checkout --detach master\n(Remove \"-SNAPSHOT\" in \"version\" in build.gradle.)\ngit add build.gradle\ngit commit -m \"Release vX.Y.Z\"\ngit tag -a vX.Y.Z\n(Write the release note for vX.Y.Z in the tag annotation.)\n./gradlew clean \u0026\u0026 ./gradlew release\ngit push -u origin vX.Y.Z\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fembulk%2Fembulk-standards","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fembulk%2Fembulk-standards","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fembulk%2Fembulk-standards/lists"}