martin-g commented on a change in pull request #126:
URL: https://github.com/apache/atlas/pull/126#discussion_r597607094
##########
File path: README.txt
##########
@@ -52,8 +52,8 @@ Build Process
2. Execute the following commands to build Apache Atlas
$ export MAVEN_OPTS="-Xms2g -Xmx2g"
- $ mvn clean install
- $ mvn clean package -Pdist
+ $ mvn clean install -DskipTests
+ $ mvn clean package -Pdist -DskipTests
Review comment:
In that case you need to set your proxy settings. Or disable the tests
just locally.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]