You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously we relied on the shade plugin to get rid of transitive dependencies in dist/pom.xml. In 21.10 we pushed it into aggregator because this is the last stage with the conventional jar layout. The consequence is that we have the reduced dependency pom only at the aggregator level whereas we still retain a dangling reference to the aggregator pom itself in the dist jar.
Steps/Code to reproduce bug ./build/buildall -p=320
Expected behavior
No dependency pom should be published.
We could generate stage a reduced dependency pom just like the shad plugin "manually"
Environment details (please complete the following information)
dev/ci
Describe the bug
Originally reported by @NvTimLiu
Previously we relied on the shade plugin to get rid of transitive dependencies in dist/pom.xml. In 21.10 we pushed it into aggregator because this is the last stage with the conventional jar layout. The consequence is that we have the reduced dependency pom only at the aggregator level whereas we still retain a dangling reference to the aggregator pom itself in the dist jar.
Steps/Code to reproduce bug
./build/buildall -p=320
Expected behavior
No dependency pom should be published.
We could generate stage a reduced dependency pom just like the shad plugin "manually"
Environment details (please complete the following information)
dev/ci
Additional context
#3223
The text was updated successfully, but these errors were encountered: