[ZEPPELIN-6708] Upgrade git-commit-id plugin to 10.0.1

### What is this PR for?
Building Zeppelin from a Git worktree fails because `git-commit-id-plugin 4.0.0` cannot resolve HEAD. This PR upgrades the plugin to `10.0.1` and updates its Maven coordinates to fix the build failure.

Reference: https://github.com/git-commit-id/git-commit-id-maven-plugin/issues/215

### What type of PR is it?
Improvement

### Todos

### What is the Jira issue?
* https://issues.apache.org/jira/browse/ZEPPELIN/ZEPPELIN-6708

### How should this be tested?
Build Zeppelin from a Git worktree and verify that the build succeeds:
- `git worktree add ../zeppelin-worktree -b reproduce-worktree-build`
- `cd ../zeppelin-worktree`
- `./mvnw package -pl markdown -am -DskipTests`

### Screenshots (if appropriate)
N/A

### Questions:
* Does the license files need to update? N
* Is there breaking changes for older versions? N
* Does this needs documentation? N


Closes #5475 from seung-00/ZEPPELIN-6708.

Signed-off-by: YONGJAE LEE <dev.yongjaelee@gmail.com>
2 files changed
tree: 458c5b0f0c7f19eede32fc4335831800f7d10db4
  1. .github/
  2. .husky/
  3. .mvn/
  4. angular/
  5. bigquery/
  6. bin/
  7. build-tools/
  8. cassandra/
  9. conf/
  10. dev/
  11. docs/
  12. elasticsearch/
  13. examples/
  14. file/
  15. flink/
  16. flink-cmd/
  17. groovy/
  18. hbase/
  19. helium-dev/
  20. influxdb/
  21. java/
  22. jdbc/
  23. k8s/
  24. licenses/
  25. livy/
  26. markdown/
  27. mongodb/
  28. neo4j/
  29. notebook/
  30. python/
  31. scripts/
  32. shell/
  33. spark/
  34. spark-submit/
  35. sparql/
  36. testing/
  37. zeppelin-client/
  38. zeppelin-client-examples/
  39. zeppelin-common/
  40. zeppelin-distribution/
  41. zeppelin-examples/
  42. zeppelin-integration/
  43. zeppelin-interpreter/
  44. zeppelin-interpreter-integration/
  45. zeppelin-interpreter-parent/
  46. zeppelin-interpreter-shaded/
  47. zeppelin-jupyter/
  48. zeppelin-jupyter-interpreter/
  49. zeppelin-jupyter-interpreter-shaded/
  50. zeppelin-plugins/
  51. zeppelin-server/
  52. zeppelin-test/
  53. zeppelin-web/
  54. zeppelin-web-angular/
  55. .asf.yaml
  56. .gitattributes
  57. .gitignore
  58. AGENTS.md
  59. Dockerfile
  60. LICENSE
  61. mvnw
  62. mvnw.cmd
  63. NOTICE
  64. pom.xml
  65. README.md
  66. Roadmap.md
  67. SECURITY-README.md
  68. SECURITY.md
  69. STYLE.md
  70. THREAT_MODEL.md
README.md

Apache Zeppelin

Documentation: User Guide
Mailing Lists: User and Dev mailing list
Continuous Integration: core frontend rat
Contributing: Contribution Guide
Issue Tracker: Jira
License: Apache 2.0

Zeppelin, a web-based notebook that enables interactive data analytics. You can make beautiful data-driven, interactive and collaborative documents with SQL, Scala and more.

Core features:

  • Web-based notebook style editor with real-time collaboration
  • Multi-language support: Spark, Flink, Python, SQL, Shell, and 20+ interpreters
  • Pluggable interpreter architecture with process isolation
  • Built-in visualization and dynamic forms
  • Notebook scheduling (cron)
  • Flexible deployment: local, Docker, Kubernetes, YARN

To know more about Zeppelin, visit our web site https://zeppelin.apache.org

Getting Started

Install binary package

Please go to install to install Apache Zeppelin from binary package.

Build from source

Please check Build from source to build Zeppelin from source.