SemyonSinchenko opened a new issue, #191: URL: https://github.com/apache/arrow-datafusion-comet/issues/191
### What is the problem the feature request solves? Currently building comet on environment without access to `github.com` (like an enterprise environment, closed by FW) is very hard because of `git-commit-id-maven-plugin` that requires having content of `.git` folder and an access to `github.com`. ### Describe the potential solution Remove `git-commit-id-maven-plugin` to allow build from `zip` disctribution, downloaded from github (without `.git` folder and without an access to `github.com`). ### Additional context To build comet for myself I just deleted this plugin from `common/pom.xml` and it worked fine. -- 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]
