Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEA] Include commit id in build properties #1155

Open
wjxiz1992 opened this issue Jul 1, 2024 · 1 comment
Open

[FEA] Include commit id in build properties #1155

wjxiz1992 opened this issue Jul 1, 2024 · 1 comment
Labels
core_tools Scope the core module (scala) feature request New feature or request

Comments

@wjxiz1992
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
I want to be able to see the last actual commit ID that the jar contains. In this way I know if this jar is a new one or not.

Current build information are like below in configs/build.properties inside the jar

build.version=24.06.2-SNAPSHOT
build.spark.version=3.2.1
build.hadoop.version=3.3.6
build.java.version=1.8.0_412
build.scala.version=2.12.15

Describe the solution you'd like
Hope to see a commit id included inside the properties file.

@wjxiz1992 wjxiz1992 added ? - Needs Triage feature request New feature or request labels Jul 1, 2024
@amahussein amahussein added core_tools Scope the core module (scala) and removed ? - Needs Triage labels Jul 2, 2024
@amahussein
Copy link
Collaborator

it is possible to use https://github.com/git-commit-id/git-commit-id-maven-plugin to capture that without changing the artifact-Id and missing up the CI/CD

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core_tools Scope the core module (scala) feature request New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants