
Maven
旅行中的蜗牛
爬的很慢,但没有停。
展开
-
如何在pom.xml添加某个依赖
原文https://blog.youkuaiyun.com/wd2014610/article/details/79827055参考上面原文的步骤进入仓库地址复制出来就行(格式什么的都是写好的直接复制到pom文件中):https://mvnrepository.com/...转载 2019-07-04 01:09:04 · 13248 阅读 · 0 评论 -
将本地的架包添加到本地仓库
1 先将需要添加到本地仓库架包随便放在一个目录中2 在架包目录下进入 cmd窗口3 输入以下窗口命令:mvn install:install-file -Dfile=jit-vstk-jdk15-new-2.0.308.2-impl.jar -DgroupId=jit-vstk-jdk15-new-2.0.308.2-impl -DartifactId=jit-vstk-jd...原创 2019-07-12 10:32:45 · 894 阅读 · 1 评论 -
Failure to find xxx.jar apache.org/maven2 was cached in the local repository
问题记录 项目需要导入其他提供的架包 用maven install 导入到了本地仓库 我在打包项目的时候提示其中的一个架包没有找到Failure to find xxx.jar apache.org/maven2 was cached in the local repository等一堆错误解决方法:maven 在使用本地架包的时候 本地的架包里如果有 这个(图...原创 2019-07-25 15:33:17 · 900 阅读 · 0 评论