如何找到请求缺少POM的POM? [英] How can I locate the POM which requests a missing POM?

查看:116
本文介绍了如何找到请求缺少POM的POM?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在构建项目时,会收到以下警告:

When I build my project, I get these warnings:

[INFO] ------------------------------------------------------------------------
[INFO] Building XXX
[INFO] ------------------------------------------------------------------------
[WARNING] The POM for org.eclipse.update:org.eclipse.update.configurator:jar:3.2.0 is missing, no dependency information available
[WARNING] The POM for org.eclipse.emf:org.eclipse.emf.ecore:jar:2.3.2 is missing, no dependency information available
[WARNING] The POM for com.ibm.icu:com.ibm.icu:jar:3.4.4 is missing, no dependency information available

在我的构建中,我覆盖了这些依赖项的版本,并且构建本身成功了.

In my build, I overwrite the versions of these dependencies and the build itself succeeds.

解决警告的最快方法是什么?

找到包含这些版本的POM的最快方法是什么?

What is the fastest way to locate the POMs which contain these versions?

注意:我的本地存储库中有7000个POM.

Note: I have 7000 POMs in my local repo.

推荐答案

尝试使用 dependency-插件

尤其是mvn dependency:analyze-dep-mgt

这篇关于如何找到请求缺少POM的POM?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆