[ROCKETMQ-168] Polish the BUILDING guide.
Project: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/commit/2093b656 Tree: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/tree/2093b656 Diff: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/diff/2093b656 Branch: refs/heads/master Commit: 2093b656739ee24e6fd2a252d3c98b0e6610c83a Parents: 361d5f1 Author: yukon <[email protected]> Authored: Thu Apr 20 14:11:37 2017 +0800 Committer: dongeforever <[email protected]> Committed: Tue Jun 6 11:37:29 2017 +0800 ---------------------------------------------------------------------- BUILDING | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/blob/2093b656/BUILDING ---------------------------------------------------------------------- diff --git a/BUILDING b/BUILDING index 8a30495..c6e23f5 100644 --- a/BUILDING +++ b/BUILDING @@ -34,4 +34,4 @@ Build Instructions for Apache RocketMQ Execute the following command in order to build the tar.gz packages and install JAR into local repository: - $ mvn -Prelease-all -DskipTests clean package install -U \ No newline at end of file + $ mvn -Prelease-all -DskipTests clean install -U \ No newline at end of file
