You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/12/09 06:36:39 UTC

[GitHub] [pulsar] michaeljmarshall commented on a diff in pull request #17754: [fix][build] Override inherrited build time to now

michaeljmarshall commented on code in PR #17754:
URL: https://github.com/apache/pulsar/pull/17754#discussion_r1044132155


##########
pom.xml:
##########
@@ -109,6 +109,9 @@ flexible messaging model and an intuitive client API.</description>
     <testRetryCount>1</testRetryCount>
     <testJacocoAgentArgument/>
     <testHeapDumpPath>/tmp</testHeapDumpPath>
+    <!-- This property is used to generate reproducible builds. We do not use it, but we do not want to inherit
+    this time property from dependencies. By setting it to null, we get "now" as the build time. -->
+    <project.build.outputTimestamp></project.build.outputTimestamp>

Review Comment:
   Thank you for debugging this! I should have looked closer.



-- 
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-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org