pan3793 opened a new pull request, #4807: URL: https://github.com/apache/zeppelin/pull/4807
### What is this PR for? This PR aims to canonicalize the binary distribution tarball name assembled by Maven. Currently, the `./mvnw clean package -Pbuild-distr -DskipTests` produces `zeppelin-0.12.0-SNAPSHOT.tar.gz`, while the final release tarballs are `zeppelin-0.11.1-bin-all.tgz` and `zeppelin-0.11.1-bin-netinst.tgz`. After this change, `./mvnw clean package -Pbuild-distr -DskipTests` produces `zeppelin-0.12.0-SNAPSHOT-bin.tgz`. An alternative is `zeppelin-0.12.0-SNAPSHOT-bin-dev.tgz` ### What type of PR is it? Improvement ### What is the Jira issue? ZEPPELIN-6073 ### How should this be tested? Pass existing GHA and manually run maven command to package the binary tarball. ### Screenshots (if appropriate) ### Questions: * Does the license files need to update? No * Is there breaking changes for older versions? No * Does this needs documentation? No -- 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: reviews-unsubscr...@zeppelin.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org