{"id":15982566,"url":"https://github.com/fbiville/mvn-plugin-dependency-reactor-issue","last_synced_at":"2026-03-18T17:22:53.694Z","repository":{"id":144735201,"uuid":"488971694","full_name":"fbiville/mvn-plugin-dependency-reactor-issue","owner":"fbiville","description":null,"archived":false,"fork":false,"pushed_at":"2022-05-06T10:37:41.000Z","size":6,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-10T04:27:01.055Z","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/fbiville.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":"2022-05-05T12:53:39.000Z","updated_at":"2022-05-05T12:53:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"44a864c6-5ab9-441d-be87-91c96783957b","html_url":"https://github.com/fbiville/mvn-plugin-dependency-reactor-issue","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fbiville%2Fmvn-plugin-dependency-reactor-issue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fbiville%2Fmvn-plugin-dependency-reactor-issue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fbiville%2Fmvn-plugin-dependency-reactor-issue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fbiville%2Fmvn-plugin-dependency-reactor-issue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fbiville","download_url":"https://codeload.github.com/fbiville/mvn-plugin-dependency-reactor-issue/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247234943,"owners_count":20905855,"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-10-08T01:20:24.428Z","updated_at":"2026-01-18T10:27:12.422Z","avatar_url":"https://github.com/fbiville.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Maven Reactor issue with Plugin Dependencies\n\n```\n.\n├── README.md\n├── a-module (JAR)\n│   └── pom.xml\n├── plugin-dependency (JAR)\n│   └── pom.xml\n└── pom.xml\n```\n\nThe checkstyle plugin is configured with an extra dependency: `plugin-dependency`.\n\nLet's run checkstyle (default goal) against `a-module`:\n\n```shell\nmvn -am -pl a-module\n```\nOh, no!\n```shell\n[ERROR] Failed to execute goal org.apache.maven.plugins:maven-checkstyle-plugin:3.1.2:check (default-cli)\n on project mvn-plugin-dependency-reactor-issue: \n Execution default-cli of goal org.apache.maven.plugins:maven-checkstyle-plugin:3.1.2:check failed: \n Plugin org.apache.maven.plugins:maven-checkstyle-plugin:3.1.2 or one of its dependencies could not be resolved: \n Could not find artifact com.acme:plugin-dependency:jar:1.0-SNAPSHOT in apache.snapshots (https://repository.apache.org/snapshots) -\u003e [Help 1]\n```\n\nMaybe let's give a hint to Maven Reactor and explicitly list the dependency:\n```shell\nmvn -am -pl plugin-dependency,a-module\n```\nSame error 😭\n\nThis is reproduced with Maven `3.8.1` and `4.0.0-alpha-1-SNAPSHOT` (`1e95011a3088caeb6b0ad7a62becef542ab453a7`).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffbiville%2Fmvn-plugin-dependency-reactor-issue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffbiville%2Fmvn-plugin-dependency-reactor-issue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffbiville%2Fmvn-plugin-dependency-reactor-issue/lists"}