jebeaudet commented on pull request #68:
URL: https://github.com/apache/maven-resolver/pull/68#issuecomment-875841033


   Yea ok it finally makes sense. If I can suggest something, this should be in 
the documentation to warn others. Since the 1.7.x version is the current 
version, it's the documentation page you end up on on 
[apache.org](https://maven.apache.org/resolver/maven-resolver-named-locks-redisson/index.html)
 and there's no mention that it's not compatible with the current and latest 
version of maven. Getting the documentation for the 1.6.x version is impossible 
going through google at least. I can suggest a PR if you think it's worth it.
   
   As for build time, with mvn 3.8.1, redis resolver 1.6.3 and localhost redis, 
I have these times for a `mvn compile` with with an empty .m2/repo : 
   with redis : 04:36 min
   without redis : 04:14 min
   
   With an already populated .m2/repo (running a `mvn clean` before) : 
   with redis : 21.343s
   without redis : 18.127s
   
   To me, it's a very much acceptable tradeoff to be able to run multiple 
builds in parallel in jenkins by sharing the same .m2 repo!


-- 
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: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to