ndimiduk commented on a change in pull request #1464: HBASE-24150 Allow module 
tests run in parallel
URL: https://github.com/apache/hbase/pull/1464#discussion_r406337176
 
 

 ##########
 File path: dev-support/hbase_nightly_source-artifact.sh
 ##########
 @@ -125,7 +125,7 @@ fi
 # See http://hbase.apache.org/book.html#maven.release
 
 echo "Maven details, in case our JDK doesn't match expectations:"
-mvn --version --offline | tee "${working_dir}/maven_version"
+mvn --threads=2 --version --offline | tee "${working_dir}/maven_version"
 
 Review comment:
   There's no value in `--threads` for grabbing the version info, is there?

----------------------------------------------------------------
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]


With regards,
Apache Git Services

Reply via email to