镜像汇总 maven国内镜像源 //阿里云镜像 <mirror> <id>alimaven</id> <mirrorOf>central</mirrorOf> <name>aliyun maven</name> <url>http://maven.aliyun.com/nexus/content/r ...
分类:
其他好文 时间:
2021-03-01 13:25:23
阅读次数:
0
主要原因是自己为了下载加速配置了maven settings 的加速,但是问题来了,镜像使用了* 现象 自己项目配置的repositories 不能工作了 参考配置 settings.xml 加速 <mirror> <id>nexus-tencentyun</id> <mirrorOf>*</mir ...
分类:
其他好文 时间:
2021-02-09 12:41:48
阅读次数:
0
<mirror> <id>alimaven</id> <name>aliyun maven</name> <url>http://maven.aliyun.com/nexus/content/groups/public/</url> <mirrorOf>central</mirrorOf> </mi ...
分类:
其他好文 时间:
2021-02-09 12:03:35
阅读次数:
0
<repositories> <repository> <id>alimaven</id> <name>Maven Aliyun Mirror</name> <url>http://maven.aliyun.com/nexus/content/repositories/central/</url> ...
分类:
其他好文 时间:
2021-02-02 11:34:23
阅读次数:
0
一、登陆nexus地址:http://10.137.8.212:8081/#admin/repository/blobstores 二、创建知识库,有3种类型 三、创建仓库(1)创建npm(hosted)私有仓库① ②hosted改成allow redeploy,这样才能运行重复上传一个包,不然会报 ...
分类:
其他好文 时间:
2021-01-15 12:09:20
阅读次数:
0
拉取nexus3镜像 [root@server-04 ~]# docker pull docker.io/sonatype/nexus3 查看镜像 [root@server-04 ~]# docker images REPOSITORY TAG IMAGE ID CREATED SIZE sonat ...
分类:
其他好文 时间:
2021-01-07 12:09:23
阅读次数:
0
某个文件在私服仓库可以浏览 但是点击文件下载却提示 原因是在public组里面没有这个目录或者文件,通过浏览器上看到的文件是所有组汇总的,下载是nexus会到指定组下载 可以从其他组比如中央仓库组central拷贝到对应public组即可正常下载 E:\soft\nexus-2.14.4-03-bu ...
分类:
其他好文 时间:
2021-01-02 10:53:15
阅读次数:
0
spring源码有很多值得学习的地方,自己搭建了一套源码框架,方便跟踪和查看。对理解底层的结构有非常大的帮助。下面开始: step1 准备环境: 官方下载spring的源码:记得切换分支,我下的是5.1.x https://github.com/spring-projects/spring-fram ...
分类:
编程语言 时间:
2020-12-28 11:50:19
阅读次数:
0
上传jar文件 mvn deploy:deploy-file -Dfile={file} -DrepositoryId={repositoryId} -Durl={url} -DpomFile={pom} -Dpackaging=jar eg: mvn deploy:deploy-file -Dfi ...
分类:
编程语言 时间:
2020-12-24 11:46:44
阅读次数:
0
开始搜索下载了,nexus3.19版本,下来之后,建立一个maven 骨架过程 quickstart,提示没有lgf4j依赖和和maven插件都没有,开始搜索什么原因,猜想是nexus没有索引,右搜索全网,可以手动导入索引,于是找三个文件 nexus-maven-repository-index.g ...
分类:
其他好文 时间:
2020-12-21 12:06:24
阅读次数:
0