资 源 简 介
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