{"id":27689490,"url":"https://github.com/microprofile/microprofile-parent","last_synced_at":"2026-02-09T14:33:06.780Z","repository":{"id":27435159,"uuid":"112211109","full_name":"microprofile/microprofile-parent","owner":"microprofile","description":null,"archived":false,"fork":false,"pushed_at":"2026-01-07T11:35:53.000Z","size":13632,"stargazers_count":2,"open_issues_count":5,"forks_count":19,"subscribers_count":30,"default_branch":"main","last_synced_at":"2026-01-11T19:35:31.959Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/microprofile.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2017-11-27T15:08:05.000Z","updated_at":"2026-01-07T11:35:57.000Z","dependencies_parsed_at":"2022-07-25T17:32:47.516Z","dependency_job_id":"7481b008-f702-4e96-a94f-5b7e595f9c58","html_url":"https://github.com/microprofile/microprofile-parent","commit_stats":null,"previous_names":["microprofile/microprofile-parent","eclipse/microprofile-parent"],"tags_count":38,"template":false,"template_full_name":null,"purl":"pkg:github/microprofile/microprofile-parent","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microprofile%2Fmicroprofile-parent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microprofile%2Fmicroprofile-parent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microprofile%2Fmicroprofile-parent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microprofile%2Fmicroprofile-parent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/microprofile","download_url":"https://codeload.github.com/microprofile/microprofile-parent/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microprofile%2Fmicroprofile-parent/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29268910,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-09T13:47:44.167Z","status":"ssl_error","status_checked_at":"2026-02-09T13:47:43.721Z","response_time":56,"last_error":"SSL_read: 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-25T10:12:45.239Z","updated_at":"2026-02-09T14:33:06.765Z","avatar_url":"https://github.com/microprofile.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n# MicroProfile Parent Repository\n\nThe MicroProfile Parent POM provides the required configuration and behavior for all MicroProfile Projects.\n\n## How to use the MicroProfile Parent?\n\nEach MicroProfile project specification expects to follow the folder structure:\n\n- api\n- spec\n- tck\n\nIn the project root POM, use the MicroProfile Parent POM:\n\n```xml\n\u003cparent\u003e\n    \u003cgroupId\u003eorg.eclipse.microprofile\u003c/groupId\u003e\n    \u003cartifactId\u003emicroprofile-parent\u003c/artifactId\u003e\n    \u003cversion\u003e${version}\u003c/version\u003e\n\u003c/parent\u003e\n```\n\nThe MicroProfile Parent POM provides the following capabilities:\n\n- Code Quality Checks, including LICENSE headers in source files, code formatting, imports, and sort optimization and \nCheckstyle validation. Always on by default, can be disabled with `-DskipChecks`\n\n- Automatically generate the source jars\n\n- Automatically generate the Javadocs. Always on by default, can be skipped with `-DskipDocs`\n\n- Automatically generate `pdf` and `html` files from the `src/main/asciidoc` folder.\n\n- Apply the BND configuration if a `bnd.bnd` exists in the root project.\n\n- Handle the required LICENSES to be included in the binaries during development and when performing a release.\n  - The `tck` module requires an empty `tck` file in `src/main/resources/META-INF/`\n  - The argument `-Drelease.revision=Final`, replaces the Apache Licenses with Eclipse Foundation Licenses required for \n  the final binaries\n\nA MicroProfile BOM TCK is also available to align the testing dependencies for the TCK Modules:\n\n```xml\n  \u003cdependencyManagement\u003e\n      \u003cdependencies\u003e\n          \u003cdependency\u003e\n              \u003cgroupId\u003eorg.eclipse.microprofile\u003c/groupId\u003e\n              \u003cartifactId\u003emicroprofile-tck-bom\u003c/artifactId\u003e\n              \u003cversion\u003e${version}\u003c/version\u003e\n              \u003ctype\u003epom\u003c/type\u003e\n              \u003cscope\u003eimport\u003c/scope\u003e\n          \u003c/dependency\u003e\n      \u003c/dependencies\u003e\n  \u003c/dependencyManagement\u003e\n```\n\nThe `dependencyManagement` section should be placed in the `tck` POM, to avoid leaking test dependencies to other \nmodules.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicroprofile%2Fmicroprofile-parent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmicroprofile%2Fmicroprofile-parent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicroprofile%2Fmicroprofile-parent/lists"}