码迷,mamicode.com
首页 > 其他好文 > 详细

maven repo子目录

时间:2019-06-01 09:49:23      阅读:164      评论:0      收藏:0      [点我收藏+]

标签:仓库   maven仓库   remote   地址   集合   内容   repo   efi   pac   

例如: 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仓库   remote   地址   集合   内容   repo   efi   pac   

原文地址:https://www.cnblogs.com/scmath/p/10958273.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!