You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by ff...@apache.org on 2019/11/12 16:29:43 UTC

[cxf] branch master updated: Add a property for tarLongFileMode

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

ffang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/master by this push:
     new 3e2cdcc  Add a property for tarLongFileMode
3e2cdcc is described below

commit 3e2cdccd9ffcc8d2b4c34d15c5c8de57aa875034
Author: Tom Cunningham <tc...@redhat.com>
AuthorDate: Tue Nov 12 11:17:15 2019 -0500

    Add a property for tarLongFileMode
    
    (cherry picked from commit 4840f3cbca29b15b2c65fdb458664970786ab1c6)
---
 distribution/pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/distribution/pom.xml b/distribution/pom.xml
index 93b8ed2..c5347a1 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -34,6 +34,7 @@
         <maven.test.skip>true</maven.test.skip>
         <cxf.version>${project.version}</cxf.version>
         <cxf.checkstyle.extension>-corba</cxf.checkstyle.extension>
+        <tar.long.file.mode>gnu</tar.long.file.mode>
     </properties>
     <modules>
         <module>manifest</module>
@@ -492,7 +493,7 @@
                                 <descriptor>src/main/assembly/bin.xml</descriptor>
                             </descriptors>
                             <appendAssemblyId>false</appendAssemblyId>
-                            <tarLongFileMode>gnu</tarLongFileMode>
+                            <tarLongFileMode>${tar.long.file.mode}</tarLongFileMode>
                         </configuration>
                     </execution>
                     <execution>
@@ -505,7 +506,7 @@
                             <descriptors>
                                 <descriptor>src/main/assembly/src.xml</descriptor>
                             </descriptors>
-                            <tarLongFileMode>gnu</tarLongFileMode>
+                            <tarLongFileMode>${tar.long.file.mode}</tarLongFileMode>
                         </configuration>
                     </execution>
                 </executions>