简体   繁体   中英

Artifactory is not caching the maven-metadata.xml file

Is there a way to make the artifactory to cache the maven-metadata.xml file?

Every time that I release a version of my artifact it takes a lot of time search new versions of artifacts.

Is it possible to chose on the Artifactory a "time cache" for that file?

Artifactory 2 stores Maven metadata in the database (with the rest of the metadata on artifact) and generates XML on demand. It is cheap process and shouldn't take "a long time". Probably the lag is somewhere else.

Artifactory 3 caches Maven metadata as any other artifact and generally much faster. Like 10 times faster.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM