Skip to content

Commit 986341a

Browse files
committed
Remove manifest entry with build timestamp
Allows reproducible builds.
1 parent 5daace3 commit 986341a

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

pom.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -348,10 +348,8 @@
348348
<archive combine.children="append">
349349
<manifestEntries>
350350
<Automatic-Module-Name>${commons.module.name}</Automatic-Module-Name>
351-
<!-- Add entries from CP that are not inherited (for reasons unknown).
352-
Replace ${implementation.build} property with the unique git build number. -->
351+
<!-- Add entries from CP that are not inherited (for reasons unknown). -->
353352
<Implementation-Vendor-Id>org.apache</Implementation-Vendor-Id>
354-
<Implementation-Build>${buildNumber}; ${maven.build.timestamp}</Implementation-Build>
355353
<X-Compile-Source-JDK>${maven.compiler.source}</X-Compile-Source-JDK>
356354
<X-Compile-Target-JDK>${maven.compiler.target}</X-Compile-Target-JDK>
357355
</manifestEntries>

0 commit comments

Comments
 (0)