You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/12/16 21:03:02 UTC

[camel] branch master updated: Add property for tarLongFileMode

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

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


The following commit(s) were added to refs/heads/master by this push:
     new d4b7640  Add property for tarLongFileMode
     new f676ea2  Merge pull request #3416 from cunningt/tarLong
d4b7640 is described below

commit d4b76403ca780d04ec7664c7a519a0d3299a9221
Author: Tom Cunningham <tc...@redhat.com>
AuthorDate: Mon Dec 16 15:15:38 2019 -0500

    Add property for tarLongFileMode
---
 apache-camel/pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/apache-camel/pom.xml b/apache-camel/pom.xml
index 3e65b10..d05e92f 100644
--- a/apache-camel/pom.xml
+++ b/apache-camel/pom.xml
@@ -38,6 +38,7 @@
         <createSourcesJar>false</createSourcesJar>
         <!-- we do not need remote resources in assembly -->
         <remoteresources.skip>true</remoteresources.skip>
+        <tarLongFileMode>gnu</tarLongFileMode>
     </properties>
 
     <dependencies>
@@ -3326,7 +3327,7 @@
                             </descriptors>
                             <finalName>${project.artifactId}-${project.version}</finalName>
                             <appendAssemblyId>false</appendAssemblyId>
-                            <tarLongFileMode>gnu</tarLongFileMode>
+                            <tarLongFileMode>${tarLongFileMode}</tarLongFileMode>
                             <recompressZippedFiles>false</recompressZippedFiles>
                         </configuration>
                     </execution>
@@ -3340,7 +3341,7 @@
                             <descriptors>
                                 <descriptor>src/main/descriptors/src.xml</descriptor>
                             </descriptors>
-                            <tarLongFileMode>gnu</tarLongFileMode>
+                            <tarLongFileMode>${tarLongFileMode}</tarLongFileMode>
                         </configuration>
                     </execution>
                 </executions>