jbonofre commented on code in PR #39215: URL: https://github.com/apache/arrow/pull/39215#discussion_r1446947595
########## java/adapter/avro/pom.xml: ########## @@ -25,6 +25,10 @@ <description>(Contrib/Experimental) A library for converting Avro data to Arrow data.</description> <url>http://maven.apache.org</url> + <properties> + <project.build.outputTimestamp>1980-01-01T00:00:02Z</project.build.outputTimestamp> Review Comment: Hey @pitrou . The `project.build.outputTimestamp` property is used by several Maven plugins to ensure the consistency of the generated artifacts (assembly, jar, source, ...). They "hook" in their goals on phases where it's required. So, yes, for instance, using `package` phase will set the output timestamp on the artifacts. Does it answer your question (not sure I understood your question correctly ;) ) ? -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org