maven repo子目录
Posted scmath
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了maven repo子目录相关的知识,希望对你有一定的参考价值。
例如: repository\org\apache\maven\plugins\ maven-surefire-plugin目录下包含各个版本的jar包集合;
随意点开一个(2.20.1)目录,包含5个子文件:
- _maven.repositories或者_remote.repositories: 内容有下载源仓库的地址。有central,nexus,public等
与生成这个jar包的项目中 设置的maven仓库有关,中央仓库或代理仓库镜像。central表示中央仓库
- maven-surefire-plugin-2.20.1.jar:
- maven-surefire-plugin-2.20.1.jar.sha1:
- maven-surefire-plugin-2.20.1.pom: 该jar包需要的依赖
- maven-surefire-plugin-2.20.1.pom.sha1:
以上是关于maven repo子目录的主要内容,如果未能解决你的问题,请参考以下文章
解决maven项目的:Failure to transfer org.apache.maven:maven-archiver:jar:x.x from https://repo.maven.apach