如何将 maven parent pom.xml 部署到 artifactory 中?

use*_*321 5 repository artifactory maven parent-pom

我创建了一个 pom.xml,其中包含我的一般依赖项。我想将此 pom 添加到我们的内部存储库(Artifactory)中,然后想在我所有的 maven 模块 pom 文件中使用它作为定义 .

我可以将父 pom.xml 安装到 M2 中并成功使用它,但是在我将父 pom 部署到 Artifactory 后,其他 pom 无法从 Artifactory 下载父 pom。我确信我的内部存储库设置在settings.xml.

为此目的有成功的方法吗?

提前致谢...