adoroszlai commented on PR #4024: URL: https://github.com/apache/ozone/pull/4024#issuecomment-1333878416
Thanks @captainzmc for working on this. * I have found that `dependency-reduced-pom.xml` is also present in previous releases (checked 1.0.0, 1.1.0, 1.2.1), so this is not a blocker in any case. * I think the file should still be generated, as it may be useful for projects that depend on the shaded FS jars. The problem is that it is an artifact of the build, does not belong to the sources. * The root cause is probably that the same `mvn` run is used for generating both binary and source tarballs. We should exclude it from the source tarball explicitly to allow the combined run. Alternatively, we may be able to build the source tarball first, then the binary one. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
