我有两个依赖文件,在下面的一个依赖项中:
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>3.0.7.RELEASE</version>
</dependency>
但是当从Maven存储库 mvn install 时,我得到两个文件“spring-context-3.0.7.RELEASE.jar&amp; spring-context-support-3.0.7。发布“同样如何上传到Atrifactory? 我正在使用artifactory-3.8.0版本。
答案 0 :(得分:0)
我从maven资源库下载了所有依赖项。我从我当地的maven存储库导入了我的Atrifactory存储库。这对我有用。