zabetak opened a new pull request, #5056: URL: https://github.com/apache/hive/pull/5056
### What changes were proposed in this pull request and why? 1. Remove descriptorRefs cause it is not valid configuration parameter for maven-shade-plugin and has no effect on the build. 2. Set correct mainClass in the MANIFEST file making the jar runnable without extra options and avoid errors due to missing jmh class. ### Does this PR introduce _any_ user-facing change? 1. Developers will not see errors when browsing the respective pom.xml in the IDE 2. java -jar jar-with-dependencies now works and launches correctly beeline ### Is the change a dependency upgrade? No ### How was this patch tested? Build and then run: ``` cd beeline && java -jar target/jar-with-dependencies ``` -- 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]
