You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sh...@apache.org on 2015/06/24 17:45:25 UTC

airavata git commit: Added tarLongFileMode configuration and set it to posix mode.to fix build issue with distribution

Repository: airavata
Updated Branches:
  refs/heads/master ab3223339 -> 67a467d33


Added tarLongFileMode configuration and set it to posix mode.to fix build issue with distribution


Project: http://git-wip-us.apache.org/repos/asf/airavata/repo
Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/67a467d3
Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/67a467d3
Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/67a467d3

Branch: refs/heads/master
Commit: 67a467d338745b800f2894f7adb33ce234b1385c
Parents: ab32233
Author: Shameera Rathanyaka <sh...@gmail.com>
Authored: Wed Jun 24 11:45:20 2015 -0400
Committer: Shameera Rathanyaka <sh...@gmail.com>
Committed: Wed Jun 24 11:45:20 2015 -0400

----------------------------------------------------------------------
 distribution/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata/blob/67a467d3/distribution/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/pom.xml b/distribution/pom.xml
index ad889d3..370a4b3 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -92,6 +92,7 @@
                             <goal>single</goal>
                         </goals>
                         <configuration>
+                            <tarLongFileMode>posix</tarLongFileMode>
                             <finalName>${archieve.name}-${project.version}</finalName>
                             <descriptors>
                                 <descriptor>src/main/assembly/bin-assembly.xml</descriptor>