如何在 jfrog Artifactory 中的一个依赖下添加多个 jar

How to add multiple jars under one dependency in jfrog Atrifactory

我有两个依赖文件,其中一个依赖如下:

<dependency>
    <groupId>org.springframework</groupId>
    <artifactId>spring-context</artifactId>
    <version>3.0.7.RELEASE</version>
</dependency>

但是当 mvn install 从 Maven 存储库我得到两个文件 "spring-context-3.0.7.RELEASE.jar & spring-context-support-3.0.7.RELEASE" 同样的事情如何上传到 Atrifactory ? 我使用的是 artifactory-3.8.0 版本。

我从 maven 存储库下载了所有依赖项。我从我的本地 Maven 存储库导入到我的 Atrifactory 存储库。这对我有用。