{"id":22933419,"url":"https://github.com/contentmunch/contentmunch-parent","last_synced_at":"2026-03-20T00:02:09.625Z","repository":{"id":131275852,"uuid":"397907881","full_name":"contentmunch/contentmunch-parent","owner":"contentmunch","description":null,"archived":false,"fork":false,"pushed_at":"2024-11-05T20:56:26.000Z","size":200,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-07T11:53:26.235Z","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/contentmunch.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":"2021-08-19T10:43:49.000Z","updated_at":"2024-11-05T20:56:31.000Z","dependencies_parsed_at":"2025-02-07T11:46:50.638Z","dependency_job_id":"19cb99dc-a8fb-43f0-ae12-0ad7322873b2","html_url":"https://github.com/contentmunch/contentmunch-parent","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/contentmunch%2Fcontentmunch-parent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/contentmunch%2Fcontentmunch-parent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/contentmunch%2Fcontentmunch-parent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/contentmunch%2Fcontentmunch-parent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/contentmunch","download_url":"https://codeload.github.com/contentmunch/contentmunch-parent/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246690295,"owners_count":20818290,"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-12-14T11:29:24.009Z","updated_at":"2026-01-08T09:50:17.602Z","avatar_url":"https://github.com/contentmunch.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# contentmunch-parent \n[![License: Apache-2.0](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](./LICENSE)\n\n\n**Contentmunch Parent POM** for standardizing the build, dependency management, and plugin configuration across all contentmunch projects.\n\n## Overview\n\nThis project defines a parent POM for the contentmunch ecosystem, providing:\n\n- Centralized dependency management via BOMs.\n- Shared plugin configuration (compiler, source, javadoc).\n- Modules support.\n- Java 21 compatibility.\n\n## Modules\n\nThis parent project currently includes:\n\n- contentmunch-bom\n- contentmunch-foundation-spring-boot-starter\n- contentmunch-auth-spring-boot-starter\n\n## How to Use\n\nIn your Maven project, set `contentmunch-parent` as the parent:\n\n```xml\n\u003cparent\u003e\n  \u003cgroupId\u003ecom.contentmunch\u003c/groupId\u003e\n  \u003cartifactId\u003econtentmunch-parent\u003c/artifactId\u003e\n  \u003cversion\u003e1.0.0\u003c/version\u003e\n\u003c/parent\u003e\n```\nThis gives your project:\n* Java 21 setup\n* Centralized dependency versions\n* Automatic source/javadoc jars\n* GPG signing support\n* Plugin configurations\n\n## Dependency Management\n\nThe parent imports:\n* Spring Boot BOM\n* OpenTelemetry BOM\n* contentmunch-bom for internal library version alignment\n\nThese ensure all projects use compatible dependency versions out of the box.\n\n## Coding Guidelines\n\nWe follow [GitHub Flow](https://guides.github.com/introduction/flow/) for development. To maintain a high-quality, maintainable codebase, please follow these guidelines:\n\n---\n\n### Workflow Rules\n\n- Branch from `main` when starting work.\n- Open pull requests **into `main`**.\n- Ensure your code is covered by tests (unit/integration as appropriate).\n- Keep your branch up to date with `main`.\n- Follow the existing code style and structure.\n\n---\n\n### Pull Request Format\n\nYour PR description should follow this format:\n\nShort summary of the change\n\t\nKey changes (bullet points)\n\t\n* Any notes on why/how things are implemented (optional)\n\nCloses #\n\n```\nAdd support for user authentication\n• Introduced login API with JWT support\n• Added controller, service, and security config\n• Updated README\n\nCloses #42\n\n```\n\n---\n\n### Git Commit Format\n\nWe follow the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) style:\n\nTypes\n\n* feat: A new feature\n* fix: A bug fix\n* refactor: Internal code change without affecting behavior\n* test: Adding or improving tests\n* chore: Tooling, dependency updates, or minor infra changes\n\nNotes:\n\n* Use imperative, present tense: “add” not “added” or “adds”\n* No trailing period in subject\n* Max 100 characters for subject line\n\n---\nCI/CD and Quality\n\nThese are enforced via GitHub Actions and other automation tools.\n\n- ✅ Tests must pass before merging \n- ✅ PR should be reviewed and approved \n- ✅ No merge conflicts\n---\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcontentmunch%2Fcontentmunch-parent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcontentmunch%2Fcontentmunch-parent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcontentmunch%2Fcontentmunch-parent/lists"}