captainzmc commented on PR #4024: URL: https://github.com/apache/ozone/pull/4024#issuecomment-1333966633
Thanks for @adoroszlai's suggestion. If these files really have no impact, I agree to keep the status quo. > 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. Strangely, I try to generate only the source tarball with the following command. Found that dependency-reduced-pom.xml still exists. So it's probably not the binary tarball that's causing this problem. mvn clean install -Dmaven.javadoc.skip=true -DskipTests -Psign,src -Dgpg.keyname="$CODESIGNINGKEY" -- 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]
