This is an automated email from the ASF dual-hosted git repository. vavrtom pushed a commit to branch revert-159-replaced-gnu-tar-by-posix in repository https://gitbox.apache.org/repos/asf/qpid-broker-j.git
commit 30e0449764218cf88262194c7b2a7fe70984cf4d Author: vavrtom <cz235...@tiscali.cz> AuthorDate: Thu Nov 10 06:53:48 2022 +0100 Revert "NO-JIRA: Replaced gnu by posix in tar long file mode (assembly-plugin) (#159)" This reverts commit ac54906693e5a5326c369009d537a95134628966. --- 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 e7ecf7f190..3ecedf409c 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>posix</tarLongFileMode> + <tarLongFileMode>gnu</tarLongFileMode> </configuration> </execution> </executions> @@ -80,7 +80,7 @@ <descriptors> <descriptor>src/main/assembly/src.xml</descriptor> </descriptors> - <tarLongFileMode>posix</tarLongFileMode> + <tarLongFileMode>gnu</tarLongFileMode> </configuration> </execution> </executions> diff --git a/doc/pom.xml b/doc/pom.xml index 49d180ffa4..e5b6672c8e 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>posix</tarLongFileMode> + <tarLongFileMode>gnu</tarLongFileMode> <appendAssemblyId>false</appendAssemblyId> </configuration> <executions> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org