当前位置:网站首页>Jenkins can't pull the latest jar package
Jenkins can't pull the latest jar package
2022-06-30 20:14:00 【follow_ me!】
One 、 Solution :
Cut the crap and give the solution : stay pom.xml Add a label to the private server configuration of :
<repositories>
<repository>
<id>tecnology-platform</id>
<name>tecnology-platform</name>
<url>http://192.168.80.231:8082/nexus/content/groups/AWIM108_GROUP/</url>
<releases>
<enabled>true</enabled>
<updatePolicy>always</updatePolicy>
</releases>
<snapshots>
<enabled>true</enabled>
<updatePolicy>always</updatePolicy>
</snapshots>
</repository>
</repositories>
Two 、 Question why :
jar The package is divided into releases( Official version ) And snapshots( Snapshot version ), Release a new version of snapshots Version of jar package ,maven The default is not to update jar.
Two 、maven Configuring a remote private server warehouse :

The tag is used to configure the remote private server warehouse , Can contain more than one , Each represents a warehouse , contain 、、, in addition ,、 These two tags are configuration releases( Official version ) And snapshots( Snapshot version )jar The operation of the package .
边栏推荐
猜你喜欢

MySQL master-slave synchronization

8 - function

如何做好测试用例设计

Build your own website (20)

NLP skill tree learning route - (I) route overview
![25: Chapter 3: developing pass service: 8: [registration / login] interface: receiving and verifying](/img/ff/727c4a20ff3816ec7221dced5a4770.png)
25: Chapter 3: developing pass service: 8: [registration / login] interface: receiving and verifying "mobile number and verification code" parameters; (it is important to know the application scenario
![[try to hack] windows system account security](/img/2b/e6e999313e3ae4e1cbf4bfa02daef0.png)
[try to hack] windows system account security

传输层 使用滑动窗口实现流量控制

杰理之触摸按键识别流程【篇】

exness:流动性系列-流动性清洗和反转、决策区间
随机推荐
【1175. 质数排列】
Client request external interface standard processing method
exness:美GDP终值意外加速萎缩1.6%
Static classes use @resource annotation injection
NLP 论文领读|文本生成模型退化怎么办?SimCTG 告诉你答案
RP prototype resource sharing - shopping app
Openfire在使用MySQL数据库后的中文乱码问题解决
Filebeat自定义index和fields
[try to hack] windows system account security
Meeting, onemeeting, OK!
广州股票开户选择手机办理安全吗?
杰理之关于长按开机检测抬起问题【篇】
Smarter! Airiot accelerates the upgrading of energy conservation and emission reduction in the coal industry
MySQL master-slave synchronization
25: Chapter 3: developing pass service: 8: [registration / login] interface: receiving and verifying "mobile number and verification code" parameters; (it is important to know the application scenario
exness:流动性系列-流动性清洗和反转、决策区间
项目经理是领导吗?可以批评指责成员吗?
DEX文件解析 - method_ids解析
文件包含&条件竞争
Jerry's touch key recognition process [chapter]