advancedxy commented on issue #191: URL: https://github.com/apache/arrow-datafusion-comet/issues/191#issuecomment-1994458397
Instead of removing `git-commit-id-maven-plugin`, I think a more practical approach would be conditional generating the build property files. You can move the `git-commit-id-maven-plugin` plugin into a separate profile which should be activated by default. The maven build system could be setup to automatically disable that profile if a targeting build properties already existed. In that way you can pre create the build property file via the script above and disable the `git-commit-id-maven-plugin` plugin. -- 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]
