所以我有一些第三方依赖项在我的项目中使用,它们列在pom中,我可以在.m2文件夹中找到jar,但每次我尝试安装Maven时,它都告诉我它很难找到存储库。
到目前为止,我已经完成了-通过命令行安装了第三方的jar和pom。
运行mvn全新安装
Failed to execute goal on project api-automation: Could not resolve dependencies for project com.businessid:api-automation:jar:4.4-1.0: Failed to collect dependencies at com.businessid:businessprocess-sdk:jar:4.4-1.0:
这是我在运行mvn干净安装时在第三方jar上得到的。
<dependency>
<groupId>com.businessid</groupId>
<artifactId>businessprocess-sdk</artifactId>
<version>4.4-1.0</version><!-- RKL -->
</dependency>
1条答案
按热度按时间dluptydi1#
我猜您想要在本地机器上安装第三方本地jar文件maven repo ~/.m2
尝试以下方法:将
your-3rd-party-jar.jar
替换为jar文件名,如xxx.jar