boot

:boot-clj: https://boot-clj.github.io/ — build tooling for Clojure. Dev chat in #boot-dev
borkdude 2019-02-25T10:52:36.001500Z

we’re using the s3 private wagon plugin. I wonder why it requests metadata so often. E.g. when I do boot show -d > /tmp/deps.txt I see:

Retrieving maven-metadata.xml from <s3p://rotocode.dre/repo/>
Retrieving maven-metadata.xml from <s3p://rotocode.dre/repo/>
Retrieving maven-metadata.xml from <s3p://rotocode.dre/repo/>
Retrieving maven-metadata.xml from <s3p://rotocode.dre/repo/>
Retrieving maven-metadata.xml from <s3p://rotocode.dre/repo/>
Retrieving maven-metadata.xml from <s3p://rotocode.dre/repo/>
Retrieving maven-metadata.xml from <s3p://rotocode.dre/repo/>
Retrieving maven-metadata.xml from <s3p://rotocode.dre/repo/>

borkdude 2019-02-25T10:52:49.001700Z

it seems to slow down things a bit

flyboarder 2019-02-25T17:15:36.003Z

@borkdude usually maven data is pulled Dailey, I’m not familiar with the S3 plugin tho

flyboarder 2019-02-25T17:15:41.003300Z

How often does this happen?

borkdude 2019-02-25T17:16:04.003900Z

this is just one run with boot. so 8 times in one run?