tisonkun commented on code in PR #20435: URL: https://github.com/apache/pulsar/pull/20435#discussion_r1214179571
########## docker/pulsar-all/pom.xml: ########## @@ -125,6 +125,29 @@ </execution> </executions> </plugin> + <plugin> + <groupId>pl.project13.maven</groupId> + <artifactId>git-commit-id-plugin</artifactId> + <version>${git-commit-id-plugin.version}</version> + <executions> + <execution> + <id>git-info</id> + <goals> + <goal>revision</goal> + </goals> + </execution> + </executions> + <configuration> + <useNativeGit>true</useNativeGit> + <prefix>git</prefix> + <failOnNoGitDirectory>true</failOnNoGitDirectory> Review Comment: Support build without Git can be a follow-up. Either we calculate hash from files, required a passed tag, or keep using latest. -- 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: commits-unsubscr...@pulsar.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org