Repository: activemq Updated Branches: refs/heads/master c049d3c1f -> 1d15908e7
https://issues.apache.org/jira/browse/AMQ-6595 Fixing tar permissions so that everything is 0755 or 0644 as it should be Project: http://git-wip-us.apache.org/repos/asf/activemq/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/1d15908e Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/1d15908e Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/1d15908e Branch: refs/heads/master Commit: 1d15908e71942ced7e4987273846976753a028f6 Parents: c049d3c Author: Christopher L. Shannon (cshannon) <[email protected]> Authored: Wed Feb 8 13:16:34 2017 -0500 Committer: Christopher L. Shannon (cshannon) <[email protected]> Committed: Wed Feb 8 13:17:29 2017 -0500 ---------------------------------------------------------------------- assembly/src/main/descriptors/common-bin.xml | 10 ++++++++++ assembly/src/main/descriptors/unix-bin.xml | 2 ++ 2 files changed, 12 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq/blob/1d15908e/assembly/src/main/descriptors/common-bin.xml ---------------------------------------------------------------------- diff --git a/assembly/src/main/descriptors/common-bin.xml b/assembly/src/main/descriptors/common-bin.xml index c07968f..8c707c8 100644 --- a/assembly/src/main/descriptors/common-bin.xml +++ b/assembly/src/main/descriptors/common-bin.xml @@ -147,6 +147,8 @@ <include>${pom.groupId}:activemq-web</include> <include>org.fusesource.hawtbuf:hawtbuf</include> </includes> + <fileMode>0644</fileMode> + <directoryMode>0755</directoryMode> </dependencySet> <dependencySet> <outputDirectory>/lib/camel</outputDirectory> @@ -158,6 +160,8 @@ <include>org.apache.camel:camel-jms</include> <include>org.apache.activemq:activemq-camel</include> </includes> + <fileMode>0644</fileMode> + <directoryMode>0755</directoryMode> </dependencySet> <dependencySet> <outputDirectory>/lib/optional</outputDirectory> @@ -233,6 +237,8 @@ <include>io.fabric8.insight:insight-log4j</include> </includes> + <fileMode>0644</fileMode> + <directoryMode>0755</directoryMode> </dependencySet> <dependencySet> <outputDirectory>/lib/extra</outputDirectory> @@ -246,6 +252,8 @@ <!-- junit integration --> <include>org.apache.activemq.tooling:activemq-junit</include> </includes> + <fileMode>0644</fileMode> + <directoryMode>0755</directoryMode> </dependencySet> <dependencySet> <outputDirectory>/lib/web</outputDirectory> @@ -282,6 +290,8 @@ <include>org.jolokia:jolokia-core</include> <include>com.googlecode.json-simple:json-simple</include> </includes> + <fileMode>0644</fileMode> + <directoryMode>0755</directoryMode> </dependencySet> </dependencySets> </component> http://git-wip-us.apache.org/repos/asf/activemq/blob/1d15908e/assembly/src/main/descriptors/unix-bin.xml ---------------------------------------------------------------------- diff --git a/assembly/src/main/descriptors/unix-bin.xml b/assembly/src/main/descriptors/unix-bin.xml index e6e8bd4..27ea0e5 100644 --- a/assembly/src/main/descriptors/unix-bin.xml +++ b/assembly/src/main/descriptors/unix-bin.xml @@ -50,6 +50,8 @@ <includes> <include>examples/**/pom.xml</include> </includes> + <fileMode>0644</fileMode> + <directoryMode>0755</directoryMode> <lineEnding>unix</lineEnding> <filtered>true</filtered> </fileSet>
