Repository: incubator-rocketmq Updated Branches: refs/heads/master 91675effe -> d695fd756
[ROCKETMQ-62] Polish assembly release package structure Project: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/commit/3968998b Tree: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/tree/3968998b Diff: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/diff/3968998b Branch: refs/heads/master Commit: 3968998b6c1ac030841f591316ccf790c7f11dc9 Parents: 026efc2 Author: yukon <[email protected]> Authored: Mon Jan 16 17:55:22 2017 +0800 Committer: yukon <[email protected]> Committed: Mon Jan 16 17:55:35 2017 +0800 ---------------------------------------------------------------------- pom.xml | 2 +- release-client.xml | 2 +- release.xml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/blob/3968998b/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index dbd43ca..91ad94c 100644 --- a/pom.xml +++ b/pom.xml @@ -377,7 +377,7 @@ </build> </profile> <profile> - <id>release-server</id> + <id>release-all</id> <build> <plugins> <plugin> http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/blob/3968998b/release-client.xml ---------------------------------------------------------------------- diff --git a/release-client.xml b/release-client.xml index 949e81b..716be66 100644 --- a/release-client.xml +++ b/release-client.xml @@ -18,7 +18,7 @@ <assembly> <id>client</id> - <baseDirectory>apache-rocketmq</baseDirectory> + <includeBaseDirectory>false</includeBaseDirectory> <formats> <format>dir</format> <format>tar.gz</format> http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/blob/3968998b/release.xml ---------------------------------------------------------------------- diff --git a/release.xml b/release.xml index decb512..032770e 100644 --- a/release.xml +++ b/release.xml @@ -17,8 +17,8 @@ --> <assembly> - <id>server</id> - <baseDirectory>apache-rocketmq</baseDirectory> + <id>all</id> + <includeBaseDirectory>false</includeBaseDirectory> <formats> <format>dir</format> <format>tar.gz</format>
