The following artifacts could not be resolved(jenkins打包报错)

Posted 凭一口气,点一盏灯。 念念不忘,必有回响。

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了The following artifacts could not be resolved(jenkins打包报错)相关的知识,希望对你有一定的参考价值。

首先我jenkins是用rpm安装的,但是我maven不是,这就导致使用的不是同一个库,maven库里面有依赖但是jenkins没有,导致下面报错。

从报错中看,缺少两个jar包的依赖:auth:jar:1.0.0.jar         jkglClient:jar:20201110.jar

maven安装路径在:/opt/maven  它的库在/opt/maven/lib下面。如果自己定义的就在自己安装的路径下面

可以在图中看到jenkins报错中有包含的两个jar包。

 

我们在当前路径下执行安装这两个包的依赖

安装第一个依赖包auth-1.0.0.jar 

mvn install:install-file -Dfile=auth-1.0.0.jar -DgroupId=cmb -DartifactId=auth -Dversion=1.0.0 -Dpackaging=jar

-Dfile=auth-1.0.0.jar   :指定jar包

-DgroupId=cmb            :指定id,报错中会有ID

 

-DartifactId=auth        :指定名称

-Dversion=1.0.0           :指定版本

-Dpackaging=jar          :指定类型

在/opt/maven/lib 下面执行,也就是在你安装maven的库下面执行。

 

安装第二个包的依赖,与上面操作方法一样。jkglClient-20201110.jar

mvn install:install-file -Dfile=jkglClient-20201110.jar -DgroupId=com.qinyun.open -DartifactId=jkglClient -Dversion=20201110 -Dpackaging=jar

这个的ID为:-DgroupId=com.qinyun.open   ,其他更换成你的jar包名称及版本

同上在maven的lib库下执行

 

 安装依赖完成,再次进行jenkins打包。

 

 

 

 

 

 

 

 

作者: 阿隆
不足之处,欢迎技术指导。

以上是关于The following artifacts could not be resolved(jenkins打包报错)的主要内容,如果未能解决你的问题,请参考以下文章

which of the following naming conventions can be used with iscsi ?

SSISWMI-Watching for the Wql query caused the following system exception: "Access is denied. (E

Oracle游标,在判断时报PLS-00103:Encountered the symbol "=" when expecting one of the following

SThw2——find the error in the follow case

SVN 问题:Cleanup failed to process the following paths:

Vue踩坑-because it violates the following Content Security Policy directive