例如: repositoryorgapachemavenplugins 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: