You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by jw...@apache.org on 2018/07/11 04:28:02 UTC

nifi git commit: NIFI-5352 Change distribution to have the JARs and NARs in lib readable by "other"

Repository: nifi
Updated Branches:
  refs/heads/master eaef91fab -> 4dd3495c7


NIFI-5352 Change distribution to have the JARs and NARs in lib readable by "other"

Signed-off-by: James Wing <jv...@gmail.com>

This closes #2825.


Project: http://git-wip-us.apache.org/repos/asf/nifi/repo
Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/4dd3495c
Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/4dd3495c
Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/4dd3495c

Branch: refs/heads/master
Commit: 4dd3495c7724657273d5d1ea32b3179a4c318e44
Parents: eaef91f
Author: Lars Francke <la...@gmail.com>
Authored: Fri Jun 29 18:09:36 2018 +0200
Committer: James Wing <jv...@gmail.com>
Committed: Tue Jul 10 21:26:18 2018 -0700

----------------------------------------------------------------------
 nifi-assembly/src/main/assembly/common.xml       | 2 +-
 nifi-assembly/src/main/assembly/dependencies.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi/blob/4dd3495c/nifi-assembly/src/main/assembly/common.xml
----------------------------------------------------------------------
diff --git a/nifi-assembly/src/main/assembly/common.xml b/nifi-assembly/src/main/assembly/common.xml
index ec26548..e4a8d7d 100644
--- a/nifi-assembly/src/main/assembly/common.xml
+++ b/nifi-assembly/src/main/assembly/common.xml
@@ -21,7 +21,7 @@
             <useProjectArtifact>false</useProjectArtifact>
             <outputDirectory>lib/bootstrap</outputDirectory>
             <directoryMode>0770</directoryMode>
-            <fileMode>0660</fileMode>
+            <fileMode>0664</fileMode>
             <useTransitiveFiltering>true</useTransitiveFiltering>
             <includes>
                 <include>nifi-bootstrap</include>

http://git-wip-us.apache.org/repos/asf/nifi/blob/4dd3495c/nifi-assembly/src/main/assembly/dependencies.xml
----------------------------------------------------------------------
diff --git a/nifi-assembly/src/main/assembly/dependencies.xml b/nifi-assembly/src/main/assembly/dependencies.xml
index d8c5964..c6dd23c 100644
--- a/nifi-assembly/src/main/assembly/dependencies.xml
+++ b/nifi-assembly/src/main/assembly/dependencies.xml
@@ -29,7 +29,7 @@
             <useProjectArtifact>false</useProjectArtifact>
             <outputDirectory>lib</outputDirectory>
             <directoryMode>0770</directoryMode>
-            <fileMode>0660</fileMode>
+            <fileMode>0664</fileMode>
             <useTransitiveFiltering>true</useTransitiveFiltering>
             <excludes>
                 <exclude>nifi-bootstrap</exclude>