[
https://issues.apache.org/jira/browse/DRILL-8158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17502943#comment-17502943
]
ASF GitHub Bot commented on DRILL-8158:
---------------------------------------
vvysotskyi commented on a change in pull request #2484:
URL: https://github.com/apache/drill/pull/2484#discussion_r821669321
##########
File path: pom.xml
##########
@@ -548,67 +547,6 @@
</execution>
</executions>
</plugin>
- <plugin>
- <groupId>pl.project13.maven</groupId>
- <artifactId>git-commit-id-plugin</artifactId>
Review comment:
This plugin generates a `.git` file that contains the exact commit id,
message, and other info that helps to find out the information about a specific
build, especially when it was done for the master. Instead of removing the file
at all, you can configure the plugin to include only entries that will be the
same for different environments.
--
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]
> remove non-reproducible bits
> ----------------------------
>
> Key: DRILL-8158
> URL: https://issues.apache.org/jira/browse/DRILL-8158
> Project: Apache Drill
> Issue Type: Bug
> Affects Versions: 1.20.0
> Reporter: Herve Boutemy
> Priority: Major
>
> https://github.com/apache/drill/pull/2484
> context: see
> https://maven.apache.org/guides/mini/guide-reproducible-builds.html
> and
> https://github.com/jvm-repo-rebuild/reproducible-central#org.apache.drill:drill-root
--
This message was sent by Atlassian Jira
(v8.20.1#820001)