vscode-maven
vscode-maven copied to clipboard
To download dependency jar package automatically after you git pull when other ones update pom dependency
Suggestion
As shown in the topic
Use Cases
In general, we work with java project as a team. Usually, when we merged other one's commit which committed with updating of pom dependency, we need to click maven plugin "package" by hand to download the dependencys.Otherwise, ours code project will not build well, and run well.
Examples
In this case,that to download dependencys by hand after other one update pom have been done, why not make it automatically. It can watch the the pom file updating,check if there is a update for dependencys, then download the new dependency automatically.