You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by bt...@apache.org on 2021/10/12 01:42:59 UTC

[james-mime4j] branch master updated: [MIME4J-308] Update tarLongFileMode to use POSIX (#60)

This is an automated email from the ASF dual-hosted git repository.

btellier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-mime4j.git


The following commit(s) were added to refs/heads/master by this push:
     new abe9ea6  [MIME4J-308] Update tarLongFileMode to use POSIX (#60)
abe9ea6 is described below

commit abe9ea64faa6b92fcc96b56fe8764fd9fab32d33
Author: Roberto Oliveira <ro...@gmail.com>
AuthorDate: Tue Oct 12 03:42:54 2021 +0200

    [MIME4J-308] Update tarLongFileMode to use POSIX (#60)
---
 assemble/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/assemble/pom.xml b/assemble/pom.xml
index c60411b..e5ca2ba 100644
--- a/assemble/pom.xml
+++ b/assemble/pom.xml
@@ -59,7 +59,7 @@
                 <version>3.1.1</version>
                 <configuration>
                     <descriptorSourceDirectory>${basedir}/src/assemble/</descriptorSourceDirectory>
-                    <tarLongFileMode>gnu</tarLongFileMode>
+                    <tarLongFileMode>posix</tarLongFileMode>
                 </configuration>
                 <executions>
                     <execution>

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org