You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by va...@apache.org on 2022/11/10 05:53:51 UTC

[qpid-broker-j] branch revert-159-replaced-gnu-tar-by-posix created (now 30e0449764)

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

vavrtom pushed a change to branch revert-159-replaced-gnu-tar-by-posix
in repository https://gitbox.apache.org/repos/asf/qpid-broker-j.git


      at 30e0449764 Revert "NO-JIRA: Replaced gnu by posix in tar long file mode (assembly-plugin) (#159)"

This branch includes the following new commits:

     new 30e0449764 Revert "NO-JIRA: Replaced gnu by posix in tar long file mode (assembly-plugin) (#159)"

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org


[qpid-broker-j] 01/01: Revert "NO-JIRA: Replaced gnu by posix in tar long file mode (assembly-plugin) (#159)"

Posted by va...@apache.org.
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 <cz...@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-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org