Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Won't Do
-
3.0.0
-
None
-
None
-
maven 3.1.1
Description
Some important dependencies in pom.xml have scope "provided" and therefore if some project wants to use org.apache.maven.plugin-testing:maven-plugin-testing-harness:3.0.0 it also needs to explicitly specify dependencies of plugin-testing-harness (org.apache.maven:
{maven-core,maven-model,maven-aether-provider}...). Commit 9a6269bc changed scope of all those dependencies from compile to provided, but commit message doesn't explain why. What was the reason for doing so?
simple reproducer included in attachment
Thanks
Attachments
Attachments
Issue Links
- links to