Can I use maven to find but not download the latest version of a dependency?
How can I use maven to 开发者_运维问答determine if there are updates to any of the third party jars that the project uses without actually modifying the project?
I think that versions:display-dependency-updates
is what you're looking for.
精彩评论