This is an automated email from the ASF dual-hosted git repository.
vavrtom pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-broker-j.git
The following commit(s) were added to refs/heads/main by this push:
new ac54906693 NO-JIRA: Replaced gnu by posix in tar long file mode
(assembly-plugin) (#159)
ac54906693 is described below
commit ac54906693e5a5326c369009d537a95134628966
Author: vavrtom <[email protected]>
AuthorDate: Tue Nov 8 12:44:02 2022 +0100
NO-JIRA: Replaced gnu by posix in tar long file mode (assembly-plugin)
(#159)
---
apache-qpid-broker-j/pom.xml | 4 ++--
doc/pom.xml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/apache-qpid-broker-j/pom.xml b/apache-qpid-broker-j/pom.xml
index 3ecedf409c..e7ecf7f190 100644
--- a/apache-qpid-broker-j/pom.xml
+++ b/apache-qpid-broker-j/pom.xml
@@ -54,7 +54,7 @@
<descriptors>
<descriptor>src/main/assembly/bin.xml</descriptor>
</descriptors>
- <tarLongFileMode>gnu</tarLongFileMode>
+ <tarLongFileMode>posix</tarLongFileMode>
</configuration>
</execution>
</executions>
@@ -80,7 +80,7 @@
<descriptors>
<descriptor>src/main/assembly/src.xml</descriptor>
</descriptors>
- <tarLongFileMode>gnu</tarLongFileMode>
+ <tarLongFileMode>posix</tarLongFileMode>
</configuration>
</execution>
</executions>
diff --git a/doc/pom.xml b/doc/pom.xml
index e5b6672c8e..49d180ffa4 100644
--- a/doc/pom.xml
+++ b/doc/pom.xml
@@ -176,7 +176,7 @@
<descriptors>
<descriptor>${project.basedir}/../src/main/assembly/html.xml</descriptor>
</descriptors>
- <tarLongFileMode>gnu</tarLongFileMode>
+ <tarLongFileMode>posix</tarLongFileMode>
<appendAssemblyId>false</appendAssemblyId>
</configuration>
<executions>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]