cstamas commented on pull request #158: URL: https://github.com/apache/maven-resolver/pull/158#issuecomment-1069570376
Project: maven master 31193cbf0c93205a63c8c7b372b09200f60e69f4 As before (3 runs, 1st run with empty repo) but now not using local repoMan, going directly for Maven Central. mvn 3.8.5 (resolver 1.6.x + wagon, mvn 3.8.5 is on path): cmd: mvn -Dmaven.repo.local=local-repo clean package -Drat.skip -Dtest=et -DfailIfNoTests=false Total time : 03:00, 00:25, 00:25 Total files: 4249 Total bytes: 127 MB mvn this PR (resolver master w/ bfs + transport-http + skipper): cmd: ~/bin/apache-maven-4.0.0-alpha-1-SNAPSHOT/bin/mvn -Dmaven.repo.local=local-repo clean package -Drat.skip -Dtest=et -DfailIfNoTests=false Total time : 01:55, 00:26, 00:26 Total files: 4121 Total bytes: 127 MB mvn this PR (resolver master w/ bfs + transport-http + skipper) + SKIPPER DISABLED: cmd: ~/bin/apache-maven-4.0.0-alpha-1-SNAPSHOT/bin/mvn -Dmaven.repo.local=local-repo clean package -Drat.skip -Dtest=et -DfailIfNoTests=false -Daether.dependencyCollector.useSkip=false Total time : 02:24, 00:26, 00:27 Total files: 4247 Total bytes: 127 MB -- 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