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.
我试图找到一个包含某个 jar 文件的石器版本的邪恶插件。我怎么做 ?
mvn dependency:resolve-plugins给出每个插件的依赖列表
mvn dependency:resolve-plugins
另外, mvn -X 会吐出各种信息,我相信它包括依赖版本。
mvn dependency:tree- 显示所有依赖关系的树,包括传递依赖关系
mvn dependency:tree