From 2a9769a95295f60ee330c1a8ccc3fa17c1eaabf0 Mon Sep 17 00:00:00 2001 From: yukon Date: Mon, 16 Jan 2017 21:13:53 +0800 Subject: [PATCH] [ROCKETMQ-62] Polish build instructions --- BUILDING | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING b/BUILDING index a5ed798c..a92cbd53 100644 --- a/BUILDING +++ b/BUILDING @@ -34,4 +34,4 @@ Then, import to eclipse by specifying the root directory of the project via: Execute the following command in order to build the tar.gz packages and install JAR to the local repository: -$ mvn clean package install assembly:assembly -U \ No newline at end of file +$ mvn clean package install -Prelease-all assembly:assembly -U \ No newline at end of file -- GitLab