This is an automated email from the ASF dual-hosted git repository.
ningjiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-pack.git
The following commit(s) were added to refs/heads/master by this push:
new 3622252 SCB-1602:added tar file mode
3622252 is described below
commit 3622252eae07760ea24bd89e2d072fd46e40de48
Author: jose.cardoso <[email protected]>
AuthorDate: Tue Nov 19 10:24:39 2019 +0000
SCB-1602:added tar file mode
---
docker-build-config/pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/docker-build-config/pom.xml b/docker-build-config/pom.xml
index 7d66bdf..d64d6df 100644
--- a/docker-build-config/pom.xml
+++ b/docker-build-config/pom.xml
@@ -46,6 +46,7 @@
<port>8080</port>
</ports>
<assembly>
+ <tarLongFileMode>posix</tarLongFileMode>
<mode>tar</mode>
<descriptor>${root.basedir}/docker-build-config/assembly/assembly.xml
</descriptor>