maven的.lastUpdated文件的作用

maven管理jar包的机制

1.maven的.lastUpdated文件

maven的.lastUpdated文件的作用_第1张图片
maven文件夹的结构.png

1.1 看下.lastUpdated文件内部:

image.png

2. 看一下_remote.repositories文件的结构

maven的.lastUpdated文件的作用_第2张图片
remoreRepositories文件格式.png

看一下详情

#NOTE: This is an Aether internal implementation file, its format can be changed without prior notice.
#Thu Jan 10 17:42:11 CST 2019
tasks-proxy-3.6.0-SNAPSHOT.pom>=
tasks-proxy-3.6.0-SNAPSHOT-sources.jar>=
tasks-proxy-3.6.0-SNAPSHOT.jar>=

问: >= 代表什么意思???

3.Maven can't find pom/jar from local repository 和 jar.lastUpdated文件之间是什么关系?

删除.lastUpdated文件之后,maven仓库中的jar包就能被maven找到了:


maven的.lastUpdated文件的作用_第3张图片
maven的.lastUpdated文件的作用_第4张图片
image.png

你可能感兴趣的:(maven的.lastUpdated文件的作用)