首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Java > 命令行工具来代替多个POM文件的依赖关系。

命令行工具来代替多个POM文件的依赖关系。

  • 资源大小:2.69 MB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: java maven pom

资 源 简 介

pommel This tool will scan any number of maven projects and replace target dependencies. The inputs are a top level directory and a path to the mapping file. The mapping file contains the source and target dependency list. This is a companion tool to mavenize which will take existing java projects and reconfigure them into the maven directory structure. See links on this page. Example Say, for instance, you want to update all the junit dependencies in a number of java projects. Also you want to make sure the dependency scope is set to "test". You create a mapping file like the following: ``` junit junit 4.0 junit junit 4.9 test
VIP VIP
0.212028s