Repository: knox
Updated Branches:
  refs/heads/master 6f4555418 -> 8c919a4f4


KNOX-1200 - Fixing maven assembly errors


Project: http://git-wip-us.apache.org/repos/asf/knox/repo
Commit: http://git-wip-us.apache.org/repos/asf/knox/commit/8c919a4f
Tree: http://git-wip-us.apache.org/repos/asf/knox/tree/8c919a4f
Diff: http://git-wip-us.apache.org/repos/asf/knox/diff/8c919a4f

Branch: refs/heads/master
Commit: 8c919a4f419517db7c43dffafc46ee7785302e37
Parents: 6f45554
Author: Colm O hEigeartaigh <cohei...@apache.org>
Authored: Thu Mar 8 15:33:25 2018 +0000
Committer: Colm O hEigeartaigh <cohei...@apache.org>
Committed: Thu Mar 8 15:33:25 2018 +0000

----------------------------------------------------------------------
 gateway-release/pom.xml       | 1 +
 gateway-shell-release/pom.xml | 1 +
 pom.xml                       | 1 +
 3 files changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/knox/blob/8c919a4f/gateway-release/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-release/pom.xml b/gateway-release/pom.xml
index f47c1ed..c729535 100644
--- a/gateway-release/pom.xml
+++ b/gateway-release/pom.xml
@@ -59,6 +59,7 @@
                                     <descriptors>
                                         
<descriptor>src/assembly.xml</descriptor>
                                     </descriptors>
+                                    <tarLongFileMode>gnu</tarLongFileMode>
                                 </configuration>
                             </execution>
                         </executions>

http://git-wip-us.apache.org/repos/asf/knox/blob/8c919a4f/gateway-shell-release/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-shell-release/pom.xml b/gateway-shell-release/pom.xml
index 92e8396..fd55864 100644
--- a/gateway-shell-release/pom.xml
+++ b/gateway-shell-release/pom.xml
@@ -82,6 +82,7 @@
                                     <descriptors>
                                         
<descriptor>src/assembly.xml</descriptor>
                                     </descriptors>
+                                    <tarLongFileMode>gnu</tarLongFileMode>
                                 </configuration>
                             </execution>
                         </executions>

http://git-wip-us.apache.org/repos/asf/knox/blob/8c919a4f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 942cc6b..3297aa8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -190,6 +190,7 @@
                                     <descriptors>
                                         
<descriptor>src/assembly.xml</descriptor>
                                     </descriptors>
+                                    <tarLongFileMode>gnu</tarLongFileMode>
                                 </configuration>
                             </execution>
                         </executions>

Reply via email to