erdenebayrd opened a new pull request, #298: URL: https://github.com/apache/atlas/pull/298
ATLAS-4993: Ensure ${HOME}/.m2 directory exists before starting Atlas build ## What changes were proposed in this pull request? Updated the README to ensure the `${HOME}/.m2` directory exists before starting the Atlas build process. Instead of adding a separate step, Step **6.1** now includes: mkdir -p ${HOME}/.m2 before starting the build. This prevents permission errors without requiring a full recursive `chown`, which could slow down the process. ## How was this patch tested? - Manually verified that: - The `${HOME}/.m2` directory is created if missing. - The Atlas build process runs without `.m2` directory-related permission issues. - The fix does not introduce significant delays in the build process. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@atlas.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org