Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2020-01-17 09:51:45 +0000
committerAlexander Kurtakov2020-01-17 11:39:34 +0000
commit957f1f5d9eb333ef0653f66ed559d356ba2f1698 (patch)
tree81e3437ab19b5816b1a666afc076de58feada875 /eclipse-platform-sources
parentf0107204663c4daee0ec1bf728160f2672518657 (diff)
downloadeclipse.platform.releng.aggregator-957f1f5d9eb333ef0653f66ed559d356ba2f1698.tar.gz
eclipse.platform.releng.aggregator-957f1f5d9eb333ef0653f66ed559d356ba2f1698.tar.xz
eclipse.platform.releng.aggregator-957f1f5d9eb333ef0653f66ed559d356ba2f1698.zip
Bug 559288 - Generating source tarball fails on new infra
Switch to posix as it's the most feature reach. Change-Id: I0f13c47b571d21eb51f4689d3b367544c1b84eae Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'eclipse-platform-sources')
-rw-r--r--eclipse-platform-sources/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclipse-platform-sources/pom.xml b/eclipse-platform-sources/pom.xml
index 9b3c2616e..0d7c53526 100644
--- a/eclipse-platform-sources/pom.xml
+++ b/eclipse-platform-sources/pom.xml
@@ -31,7 +31,7 @@
<descriptors>
<descriptor>sources.xml</descriptor>
</descriptors>
- <tarLongFileMode>gnu</tarLongFileMode>
+ <tarLongFileMode>posix</tarLongFileMode>
<appendAssemblyId>false</appendAssemblyId>
<finalName>${project.artifactId}-${buildId}</finalName>
</configuration>

Back to the top