wangyum opened a new pull request, #41141: URL: https://github.com/apache/spark/pull/41141
### What changes were proposed in this pull request? This PR add more skip properties when making distribution: - `-Dmaven.javadoc.skip=true` to skip generating javadoc - `-Dskip=true` to skip generating scaladoc Please see: https://davidb.github.io/scala-maven-plugin/doc-jar-mojo.html#skip - `-Dmaven.source.skip` to skip generating sources.jar - `-Dmaven.test.skip` to skip generating test-jar ### Why are the changes needed? Reduce make distribution time. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Manual test. -- 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]
