You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@joshua.apache.org by le...@apache.org on 2017/01/18 21:14:30 UTC

incubator-joshua git commit: Address tarLongFileMode definition in Maven assembly

Repository: incubator-joshua
Updated Branches:
  refs/heads/master e0d1cd82b -> 35b8c0b30


Address tarLongFileMode definition in Maven assembly


Project: http://git-wip-us.apache.org/repos/asf/incubator-joshua/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-joshua/commit/35b8c0b3
Tree: http://git-wip-us.apache.org/repos/asf/incubator-joshua/tree/35b8c0b3
Diff: http://git-wip-us.apache.org/repos/asf/incubator-joshua/diff/35b8c0b3

Branch: refs/heads/master
Commit: 35b8c0b30ced28b9a32a02b55692309cf8e8ab20
Parents: e0d1cd8
Author: Lewis John McGibbney <le...@gmail.com>
Authored: Wed Jan 18 13:14:23 2017 -0800
Committer: Lewis John McGibbney <le...@gmail.com>
Committed: Wed Jan 18 13:14:23 2017 -0800

----------------------------------------------------------------------
 pom.xml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/35b8c0b3/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index e3d432a..297c251 100644
--- a/pom.xml
+++ b/pom.xml
@@ -291,6 +291,9 @@
           <descriptors>
             <descriptor>${basedir}/src/main/assembly/src.xml</descriptor>
           </descriptors>
+          <attach>true</attach>
+          <skipAssembly>${assembly.skip}</skipAssembly>
+          <tarLongFileMode>posix</tarLongFileMode>
         </configuration>
       </plugin>
       <plugin>