From 0014a4c8abd1ead27d64c50c65887a033ef79128 Mon Sep 17 00:00:00 2001 From: lollipop Date: Fri, 23 Dec 2016 13:56:30 +0800 Subject: [PATCH] Step 2: Add BUILDING document. --- BUILDING | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING b/BUILDING index 8914fe9d..a5ed798c 100644 --- a/BUILDING +++ b/BUILDING @@ -32,6 +32,6 @@ Then, import to eclipse by specifying the root directory of the project via: (4) Building packages -Execute the following command in order to build the tar.gz packages and install them to the local repository: +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 -- GitLab