{"id":19696038,"url":"https://github.com/delsner/transitive-hull-maven-plugin","last_synced_at":"2026-06-17T10:32:11.710Z","repository":{"id":128465693,"uuid":"402680092","full_name":"delsner/transitive-hull-maven-plugin","owner":"delsner","description":"A Maven plugin that calculates the transitive hull of a changed Maven module, including the upstream dependencies of downstream dependencies.","archived":false,"fork":false,"pushed_at":"2021-09-03T15:20:33.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-11-22T10:33:15.047Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/delsner.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-09-03T07:11:44.000Z","updated_at":"2021-09-03T15:20:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"fc342f83-4d1d-4295-a1bf-ba4d6a1b7907","html_url":"https://github.com/delsner/transitive-hull-maven-plugin","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/delsner/transitive-hull-maven-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/delsner%2Ftransitive-hull-maven-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/delsner%2Ftransitive-hull-maven-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/delsner%2Ftransitive-hull-maven-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/delsner%2Ftransitive-hull-maven-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/delsner","download_url":"https://codeload.github.com/delsner/transitive-hull-maven-plugin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/delsner%2Ftransitive-hull-maven-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34445179,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-17T02:00:05.408Z","response_time":127,"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":[],"created_at":"2024-11-11T19:33:13.549Z","updated_at":"2026-06-17T10:32:11.691Z","avatar_url":"https://github.com/delsner.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# transitive-hull-maven-plugin\n\nA Maven plugin that calculates the transitive hull of all up- and downstream Modules for a given Maven reactor project.\n\n## Demonstration of missing modules in Maven reactor\n\nIn `sample-project` run:\n```bash\nmvn -pl d/pom.xml -am -amd validate\n```\n\nIt will only output:\n```text\n...\n[INFO] Reactor Build Order:\n[INFO]\n[INFO] parent                                                             [pom]\n[INFO] d                                                                  [jar]\n[INFO] e                                                                  [jar]\n...\n```\n\nAssuming we had changed `d/pom.xml` and would like to build all relevant modules, we would in fact miss module `h` which is required for module `e` to be built.\n\n## Demonstration of transitive hull Maven extension\n\nRun `mvn install` in the root of this project (to install the extension to your local Maven repository).\n\nThen, navigate to `sample-project` and run:\n\n```bash\nmvn edu.tum.sse:transitive-hull-maven-plugin:0.0.1-SNAPSHOT:transitive-hull -DchangedModules=changedModules.txt\n```\n\nwhich should output:\n```text\n...\n[INFO] --- transitive-hull-maven-plugin:0.0.1-SNAPSHOT:transitive-hull (default-cli) @ parent ---\n[INFO] Selected projects:\ne\nd\nparent\nh\n...\n```\n\n## Open questions\n\n- [ ] How can we integrate this with the reactor, to only continue building the identified modules (`session.setProjects()` does not apparently suffice)?\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdelsner%2Ftransitive-hull-maven-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdelsner%2Ftransitive-hull-maven-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdelsner%2Ftransitive-hull-maven-plugin/lists"}