cstamas commented on pull request #144:
URL: https://github.com/apache/maven-resolver/pull/144#issuecomment-1042897657


   Tested locally. This is what I did (used Java 11 Temurin for all, on Linux):
   * built and installed locally maven master branch 
(0be5e406d78062b56b32644fefce2642f5eab650) -- this is REFERENCE (uses resolver 
1.7.3)
   * built locally this PR (resolver-bfs)
   * built locally and installed this maven PR 
https://github.com/apache/maven/pull/635 -- produces maven using 
resolver-1.8.0-SNAPSHOT-BFS (also uses transport-http instead of wagon, but 
this is irrelevant now)
   
   Then I went back to maven master (0be5e406d78062b56b32644fefce2642f5eab650) 
and built it with two contenders, always using EMPTY local repository. 
Expectation was that build should succeed in both cases, and both should 
produce same local repository.
   
   Results:
   $ find local-repository/ -type f | wc -l
   4442
   $ du -sh local-repository/
   175M local-repository/
   $
   
   Same in both cases.
   


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


Reply via email to