davisusanibar commented on code in PR #39215: URL: https://github.com/apache/arrow/pull/39215#discussion_r1425927853
########## java/format/pom.xml: ########## @@ -23,6 +23,10 @@ <name>Arrow Format</name> <description>Generated Java files from the IPC Flatbuffer definitions.</description> + <properties> + <project.build.outputTimestamp>2023-12-13T00:00:00Z</project.build.outputTimestamp> + </properties> Review Comment: When I tried these commands, it finished ok with or without any changes: ```` $ mvn clean install $ mvn clean verify artifact:compare ... [INFO] Saved info on build to /Users/dsusanibar/fork/arrow/java/format/target/arrow-format-15.0.0-SNAPSHOT.buildinfo [INFO] Checking against reference build from central... [INFO] Reference buildinfo file not found: it will be generated from downloaded reference artifacts [INFO] Reference build java.version: 11 (from MANIFEST.MF Build-Jdk-Spec) [INFO] Reference build os.name: Unix (from pom.properties newline) [INFO] Minimal buildinfo generated from downloaded artifacts: /Users/dsusanibar/fork/arrow/java/format/target/reference/arrow-format-15.0.0-SNAPSHOT.buildinfo [INFO] Reproducible Build output summary: 5 files ok [INFO] Reproducible Build output comparison saved to /Users/dsusanibar/fork/arrow/java/format/target/arrow-format-15.0.0-SNAPSHOT.buildcompare ... ```` -- 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]
