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/>
it seems to slow down things a bit
@borkdude usually maven data is pulled Dailey, I’m not familiar with the S3 plugin tho
How often does this happen?
this is just one run with boot. so 8 times in one run?