Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法让神器缓存 maven-metadata.xml 文件?
每次我发布我的工件的一个版本时,都需要花费大量时间来搜索新版本的工件。
是否可以在 Artifactory 上为该文件选择“时间缓存”?
Artifactory 2 将 Maven 元数据存储在数据库中(其余元数据在工件上)并按需生成 XML。这是一个便宜的过程,不应该花费“很长时间”。可能滞后在其他地方。
Artifactory 3 将 Maven 元数据缓存为任何其他工件,并且通常更快。好像快了10倍。