
maven
java知路
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
aliyun maven
maven setting <mirror> <id>alimaven</id> <name>aliyun maven</name> <url>http://maven.aliyun.com/nexus/content/groups/public/</url> ...原创 2019-10-14 09:48:48 · 211 阅读 · 0 评论 -
pom,修改仓库,阿里云仓库
pom.xml设置<repositories> <repository> <id>maven-ali</id> <url>http://maven.aliyun.com/nexus/content/groups/public/</url> </repository>原创 2018-08-07 18:43:06 · 1856 阅读 · 0 评论 -
window nexus maven 私服搭建及上传jar
1,下载下载地址https://www.sonatype.com/download-oss-sonatype下载后解压进入bin目录shift右键进入命令行窗口输入命令nexus /run运行,需要jdk1.8,第一次运行有点慢成功后提示如下输入命令nexus /install注册服务,以便开机启动,win + R 打开运行窗口输入...原创 2019-04-29 10:44:20 · 253 阅读 · 0 评论 -
nexus 上传jar
进入http://localhost:8081右上角登陆默认用户名admin默认密码admin1232.创建仓库仓库类型选择maven hosted原创 2019-04-29 11:31:08 · 240 阅读 · 0 评论 -
maven报错 : element dependency can not have character children
pom解析错误导致,里面有无法解析的字符删掉,重新手动输入,就好了原创 2019-05-13 14:40:06 · 1239 阅读 · 0 评论 -
maven 仓库
apachehttps://repository.apache.org/snapshots/https://repo1.maven.org/maven2/springhttps://repo.spring.io/libs-milestone阿里云http://maven.aliyun.com/nexus/content/groups/public/...原创 2019-08-05 09:55:00 · 313 阅读 · 0 评论