From 1820e1118fe87d0f0bc15e1cac799936bc7bf71f Mon Sep 17 00:00:00 2001 From: Alexandr Gorshenin Date: Wed, 2 Nov 2022 15:10:33 +0300 Subject: [PATCH] Explained build process --- BUILD.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/BUILD.md b/BUILD.md index f4006930a..91c6e4e6b 100644 --- a/BUILD.md +++ b/BUILD.md @@ -7,7 +7,8 @@ ### Installing in local repo -You can install the SDK artifacts in your local maven cache by running the following command. +You can install the SDK artifacts in your local maven cache by running the following command in project folder. +During the build process, the working directory will be cleared, tests will be run, artifacts will be built and copied to the local repository. ``` mvn clean install ```