This is an automated email from the ASF dual-hosted git repository.

madhan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/atlas.git


The following commit(s) were added to refs/heads/master by this push:
     new 1a9192155 ATLAS-4993: ensure ${HOME}/.m2 exists before building Atlas 
(#298)
1a9192155 is described below

commit 1a9192155cac5590e6b9bc14bab8209ba909b332
Author: erdenebayrd <31505361+erdeneba...@users.noreply.github.com>
AuthorDate: Sun Feb 23 15:24:26 2025 +1100

    ATLAS-4993: ensure ${HOME}/.m2 exists before building Atlas (#298)
---
 dev-support/atlas-docker/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-support/atlas-docker/README.md 
b/dev-support/atlas-docker/README.md
index 85344349c..e557c23bc 100644
--- a/dev-support/atlas-docker/README.md
+++ b/dev-support/atlas-docker/README.md
@@ -44,8 +44,8 @@ Docker files in this folder create docker images and run them 
to build Apache At
 
 6. Build and deploy Apache Atlas in containers using docker-compose
 
-   6.1. Execute following command to build Apache Atlas:
-
+   6.1. Ensure that the `${HOME}/.m2` directory exists and Execute following 
command to build Apache Atlas:
+        mkdir -p ${HOME}/.m2
         docker-compose -f docker-compose.atlas-base.yml -f 
docker-compose.atlas-build.yml up
 
    Time taken to complete the build might vary (upto an hour), depending on 
status of ${HOME}/.m2 directory cache.

Reply via email to