This is an automated email from the ASF dual-hosted git repository. xiangfu pushed a commit to branch git_plugin in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git
The following commit(s) were added to refs/heads/git_plugin by this push: new c96c73a Adding more information into jar manifest c96c73a is described below commit c96c73a6308f2f58bd0c6dcbe9eb6e43df9c2020 Author: Xiang Fu <fx19880...@gmail.com> AuthorDate: Mon Jun 1 17:59:22 2020 -0700 Adding more information into jar manifest --- pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pom.xml b/pom.xml index 5b8c60e..c9b8d23 100644 --- a/pom.xml +++ b/pom.xml @@ -1241,6 +1241,8 @@ <configuration> <archive> <manifestEntries> + <Build-Time>${maven.build.timestamp}</Build-Time> + <Implementation-Branch>${scmBranch}</Implementation-Branch> <Implementation-Title>${project.artifactId}</Implementation-Title> <Implementation-Version>${project.version}-${buildNumber}</Implementation-Version> <Implementation-Vendor-Id>${project.groupId}</Implementation-Vendor-Id> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org