File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 314
314
<!-- JDK version of the main Maven process (used in ASF parent POM) -->
315
315
<minimalJavaBuildVersion >[11,12)</minimalJavaBuildVersion >
316
316
<module .name />
317
+
318
+ <!-- `project.build.outputTimestamp` is required to be present for reproducible builds.
319
+ We actually inherit one from the `org.apache:apache` through our parent `org.apache.logging:logging-parent`.
320
+ Though inheriting this property has two undesired consequences:
321
+ 1. `artifact:compare` dumps an `ERROR` log stating that this `property should not be inherited but defined` (apache/logging-parent#50)
322
+ 2. This value is employed in various places while creating the distribution
323
+ To mitigate these, we define a *dummy* value here and let the CI replace it during a release.
324
+ Hence, *DO NOT MANUALLY EDIT THIS VALUE*! -->
317
325
<project .build.outputTimestamp>2023-11-17T08:52:06Z</project .build.outputTimestamp>
318
326
319
327
<!-- ========================
328
336
It is manually enabled only for this root module below. -->
329
337
<maven .site.skip>true</maven .site.skip>
330
338
<maven .site.deploy.skip>true</maven .site.deploy.skip>
339
+
331
340
</properties >
332
341
333
342
<dependencyManagement >
You can’t perform that action at this time.
0 commit comments