Re: Excessive Metadata Downloading

2023-02-06 Thread James Agnew
Just to close the loop in case anyone finds this post. I had discounted the idea that a version range was the cause because I went over all of the POMs in my project and was sure none of them had a range version. I ended up attaching a debugger to Maven to try and figure out why it was doing all o

Re: Excessive Metadata Downloading

2023-01-27 Thread Ɓukasz Dywicki
Hello James, You can configure snapshot repository to have custom update interval. However from your mail I can smell some version range being used as Maven would normally go only to remote repos to check is there a new build of 6.3.14-SNAPSHOT of hapi-fhir-base. If you see 6.1.0-PRE1-SNAPSHOT

Excessive Metadata Downloading

2023-01-27 Thread James Agnew
I'm wondering if this is something others have seen and perhaps something I'm doing wrong. I have a Maven project that uses a SNAPSHOT version of a library. I know Maven needs to check the maven-metadata.xml file every day in order to check if a new version of the snapshot is available, but in my