From 2093b656739ee24e6fd2a252d3c98b0e6610c83a Mon Sep 17 00:00:00 2001 From: yukon Date: Thu, 20 Apr 2017 14:11:37 +0800 Subject: [PATCH] [ROCKETMQ-168] Polish the BUILDING guide. --- BUILDING | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING b/BUILDING index 8a304952..c6e23f59 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 -- GitLab