davisusanibar commented on code in PR #39215: URL: https://github.com/apache/arrow/pull/39215#discussion_r1426862129
########## java/pom.xml: ########## @@ -28,6 +28,7 @@ <url>https://arrow.apache.org/</url> <properties> + <project.build.outputTimestamp>2023-12-13T00:00:00Z</project.build.outputTimestamp> Review Comment: Thank you: ```` $ mvn clean artifact:check-buildplan [ERROR] project.build.outputTimestamp property should not be inherited but defined in POM /Users/dsusanibar/Documents/business/voltron/fork/arrow/java/format/pom.xml ```` If it is required on all projects, it will give us clarity if it is only defined on child projects and not parent project. What do you think about that? -- 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]
