CentOS 400 Repository version policy: RELEASE does not allow metadata in path 背景 今天在学习maven 私服的时候,创建了一个仓库,然后将代码打包部署到私服上,在部署的时候报错 再次记录一下。 报错信息 2021年3月27日19,972maven nexus评论 阅读全文
nginx nginx代理nexus nginx配置文件 server { listen 80 default; server_name _; return 404; } upstream lucky.centoscn.vip { ser... 2020年4月22日7,707nexus评论 阅读全文
CentOS Nexus 服务器配置 系统资源 4 vCPU 8 GiB (I/O优化) 为什么搭建maven私有仓库 Maven是一个项目管理和自动构建工具。 Gradle是一个基于Apache Ant和Apache Mav... 2020年4月20日8,099nexus评论 阅读全文
CentOS 添加代理 添加这三个代理到nexus上 <mirror> <id>offical</id> <name>Maven Official Repository<... 2020年3月22日7,357nexus评论 阅读全文