From 43d493e527ccd7d940858646d37819d3bda0a806 Mon Sep 17 00:00:00 2001 From: "Christopher L. Shannon (cshannon)" Date: Thu, 7 Jan 2016 15:33:46 +0000 Subject: [PATCH] https://issues.apache.org/jira/browse/AMQ-6112 Fixing file permissions in assembly tar. Some permissions were not being set explicitly which means the value used could change depending on where the assembly was built. Permissions are now being set to fix this. --- assembly/src/main/descriptors/common-bin.xml | 23 ++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/assembly/src/main/descriptors/common-bin.xml b/assembly/src/main/descriptors/common-bin.xml index 13f107878a..bf700e6ef9 100644 --- a/assembly/src/main/descriptors/common-bin.xml +++ b/assembly/src/main/descriptors/common-bin.xml @@ -30,6 +30,8 @@ conf/*.cert webapps/*.ico + 0644 + 0755 @@ -39,6 +41,8 @@ * + 0644 + 0755 ../activemq-web-console/src/main/webapp/styles @@ -46,6 +50,8 @@ * + 0644 + 0755 ../activemq-web-console/src/main/webapp @@ -54,6 +60,8 @@ **/activemq.xml **/webconsole-embedded.xml + 0644 + 0755 ../activemq-web-console/target/classes @@ -61,6 +69,8 @@ **/*.class + 0644 + 0755 @@ -71,24 +81,34 @@ **/activemq.xml **/webconsole-embedded.xml + 0644 + 0755 ../activemq-web-console/src/main/webapp/styles/ /webapps-demo/demo/styles/ + 0644 + 0755 ../activemq-web-console/src/main/webapp/images/ /webapps-demo/demo/images/ + 0644 + 0755 ../activemq-web-console/src/main/webapp/js/ /webapps-demo/demo/js/ + 0644 + 0755 ../activemq-fileserver/src/main/webapp /webapps/fileserver + 0644 + 0755 ../activemq-fileserver/target/classes @@ -96,6 +116,8 @@ **/*.class + 0644 + 0755 @@ -109,6 +131,7 @@ ${pom.groupId}:activemq-run + 0644