chitralverma commented on pull request #122: URL: https://github.com/apache/ranger/pull/122#issuecomment-1031052478
@dbuddhir I'm getting the following error on my machine, any ideas on this? ``` + '[' mvn = mvn ']' ++ stat -c %u pom.xml stat: cannot stat 'pom.xml': No such file or directory + usermod -u builder usermod: invalid user ID 'builder' + gosu builder bash -c 'ln -sf /.m2 $HOME' + exec gosu builder mvn -Pall -DskipTests=true clean compile package install OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0 [ERROR] Could not create local repository at /home/builder/.m2/repository -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/LocalRepositoryNotAccessibleException ``` I'm on a mac machine and and I'm running the command `bash build_ranger_using_docker.sh` in the root of the ranger clone directory. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
