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 <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]