snleee opened a new pull request #3776: Add maven-gpg-plugin and checksum-maven-plugin URL: https://github.com/apache/incubator-pinot/pull/3776 When we create an Apache release, we need to include checksum file and the artifact has to be signed. Running the following command will build source and binary tarbells, sign them and generate checksums. mvn install -Psrc-dist,bin-dist,sign -DskipTests Output will be *.tar.gz, *.asc, *.sha512 files
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
