Skip to content

Commit 8a3c232

Browse files
committed
[Build] Don't set LIBARCHIVE.creationtime attribute in tar.gz archives
Fixes #2529
1 parent 8b0a08c commit 8a3c232

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

eclipse-platform-parent/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -534,6 +534,9 @@
534534
<groupId>org.eclipse.tycho</groupId>
535535
<artifactId>tycho-p2-director-plugin</artifactId>
536536
<version>${tycho.version}</version>
537+
<configuration>
538+
<storeCreationTime>false</storeCreationTime>
539+
</configuration>
537540
</plugin>
538541
<plugin>
539542
<groupId>org.eclipse.tycho</groupId>

0 commit comments

Comments
 (0)