maven-shade-plugin
maven-shade-plugin copied to clipboard
[MSHADE-325] Should transitive test dependencies really be eliminated?
Fred Eckertson opened MSHADE-325 and commented
The site generation for my project started failing because of a compile error after I upgraded to maven-compiler-plugin 3.8.1. The newer version identifies a change requiring a recompile of the test code. Older versions do not. The second test compile fails because the test code relies on a compile dependency of a test dependency and shade excludes them since they are not direct dependencies.
Is this really correct behavior?
No further details from MSHADE-325