maven
月犹依依
RPG、Flow、Loop & Zoom! Have fun every day~
一天一天成长为架构师~
展开
-
因更新版本号导致Maven报错:删除lastUpdated文件
报错内容项目本地common包打出来的jar版本号变更后,maven执行install时报错如下:Multiple annotations found at this line:- No plugin found for prefix 'war' in the current project and in the plugin groups [] available from the repositories [local (D:\Maven_3\maven\m2\repository), nexus原创 2021-07-31 15:59:24 · 493 阅读 · 0 评论 -
maven依赖排除
背景A-common包依赖于B-service的某些方法,因而引入了B-service的jar包。B-service的jar包中依赖redis,导致A-common包在其他没有redis依赖的服务中无法使用。解决方法原创 2021-08-27 16:22:04 · 231 阅读 · 0 评论 -
新代码仓发布、新jar包发布以及一些maven的基础内容
文章目录git仓库申请IDE基础代码Maven pom工程开发工程发布其他项目引用最后,jar的本地使用git仓库申请按照github或者codehub的流程申请即可注意:除了代码仓库名字以及路径符合项目组规范之外,还要填写好部门信息、可见人信息、权限等IDE基础代码IDE新建maven工程next命名如是即可完成maven工程基础搭建Maven pom参考:https://blog.csdn.net/makyan/category_6278946.html主要是按照公司要求,原创 2021-08-19 11:39:08 · 370 阅读 · 0 评论 -
maven有关笔记
本地jar包jar包没有被打入最后发布的war包中,因为是外部jar包,所以需要用maven管理起来,参考:https://www.cnblogs.com/jxldjsn/p/8111529.htmlhttps://blog.csdn.net/zqs305082800/article/details/80695675https://www.cnblogs.com/sueyyyy/p/10571473.html因为common的maven配置问题,所以引不进来,解决办法:把license有关的2个l原创 2021-04-17 15:04:48 · 92 阅读 · 0 评论