775 perm to sh files
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/a8a0062f Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/a8a0062f Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/a8a0062f Branch: refs/heads/ignite-471 Commit: a8a0062f0a13d008204ce015aa2526d609a3776f Parents: b95d2ae Author: avinogradov <avinogra...@gridgain.com> Authored: Tue May 12 20:07:18 2015 +0300 Committer: avinogradov <avinogra...@gridgain.com> Committed: Tue May 12 20:07:18 2015 +0300 ---------------------------------------------------------------------- pom.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/a8a0062f/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 0643227..cb790bd 100644 --- a/pom.xml +++ b/pom.xml @@ -300,6 +300,8 @@ <substitution expression="${project.version}" /> </replaceregexp> + <chmod dir="${basedir}/target/release-package" perm="755" includes="**/*.sh"/> + <zip destfile="${basedir}/target/bin/${ignite.zip.pattern}.zip" encoding="UTF-8"> <zipfileset dir="${basedir}/target/release-package" prefix="${ignite.zip.pattern}" filemode="755"> <include name="**/*.sh" />