Fork me on GitHub
#boot
<
2019-02-25
>
borkdude10:02:36

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 
Retrieving maven-metadata.xml from 
Retrieving maven-metadata.xml from 
Retrieving maven-metadata.xml from 
Retrieving maven-metadata.xml from 
Retrieving maven-metadata.xml from 
Retrieving maven-metadata.xml from 
Retrieving maven-metadata.xml from 

borkdude10:02:49

it seems to slow down things a bit

flyboarder17:02:36

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

flyboarder17:02:41

How often does this happen?

borkdude17:02:04

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