{"id":31592946,"url":"https://github.com/rbento/java-parent","last_synced_at":"2026-05-14T12:34:08.505Z","repository":{"id":317022009,"uuid":"1065695186","full_name":"rbento/java-parent","owner":"rbento","description":null,"archived":false,"fork":false,"pushed_at":"2026-03-24T07:32:11.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-25T08:21:41.327Z","etag":null,"topics":["java","maven","pom"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rbento.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":"2025-09-28T08:40:11.000Z","updated_at":"2026-03-24T07:32:15.000Z","dependencies_parsed_at":"2025-09-28T10:27:05.055Z","dependency_job_id":"25692bc9-c1a1-4aa0-8de9-e737c122cc1b","html_url":"https://github.com/rbento/java-parent","commit_stats":null,"previous_names":["rbento/java-parent"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rbento/java-parent","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rbento%2Fjava-parent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rbento%2Fjava-parent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rbento%2Fjava-parent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rbento%2Fjava-parent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rbento","download_url":"https://codeload.github.com/rbento/java-parent/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rbento%2Fjava-parent/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33025112,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-14T02:00:06.663Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["java","maven","pom"],"created_at":"2025-10-06T03:35:51.712Z","updated_at":"2026-05-14T12:34:08.501Z","avatar_url":"https://github.com/rbento.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Java Parent POM\n\nA shared **Maven parent project** that provides a consistent baseline for all Java modules.\n\n## Features\n\n**Common dependencies**\n- Lombok\n- Apache Commons Lang3\n- Apache Commons Collections4\n- SLF4J API (with `slf4j-simple` for tests)\n- JUnit Jupiter\n\n**Build quality plugins (bound in order)**\n\n1. **Spotless + Palantir Java Format** — automatic code formatting\n2. **Checkstyle** — style/lint rules\n3. **SpotBugs** — static analysis\n4. **Surefire** — unit tests\n5. **Failsafe** — integration tests\n6. **JaCoCo** — code coverage check\n\n**Enforcer plugin ensures**\n- Minimum Java and Maven versions\n- Dependency convergence\n- No snapshot dependencies\n\n## Usage\n\n1. Inherit from this parent the new project's `pom.xml`:\n\n```xml\n\u003cparent\u003e\n  \u003cgroupId\u003ecom.example\u003c/groupId\u003e\n  \u003cartifactId\u003ejava-parent\u003c/artifactId\u003e\n  \u003cversion\u003e1.0.1\u003c/version\u003e\n\u003c/parent\u003e\n```\n\n2. Copy the `LICENSE` file to the new project's base directory directory:\n\nThe contents of this file is automatically applied to all Java files by the Spotless plugin and configured via the `licenseHeader` option.\n\n```bash\n$ java-project/LICENSE\n```\n\n3. Copy `checkstyle-suppressions.xml` to the new project's base directory:\n\nThese suppressions are necessary to ensure compatibility with `palantir-java-format` which cannot be modified.\n\n```bash\n$ java-project/checkstyle-suppressions.xml\n```\n\n## Build Lifecycle\n\nvalidate → format (Spotless) → compile → checkstyle → spotbugs → test (Surefire) → integration-test (Failsafe) → verify (coverage, reports)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frbento%2Fjava-parent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frbento%2Fjava-parent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frbento%2Fjava-parent/lists"}