Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有一个 maven 命令可以分析给定的 pom.xml 并报告是否有更新版本的插件或依赖项。
例如,假设 pom.xml 依赖于 hibernate 4.1.6 并且发布了 hibernate 4.1.7 是否有一个命令可以分析 pom.xml 并打印出类似的内容,您使用的是 hibernate 4.1.6 和最新版本版本是4.1.7?
检查版本 Maven 插件目标 version-display-* 和 versions-use-*