nexus
私服
飞乐鸟
你必须变成自己希望的样子,世界才能变成你想要的样子!
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
解决nexus批量上传jar文件
本地jar文件目录创建mavenimport脚本: mavenimport.sh: #!/bin/bash # copy and run this script to the root of the repository directory containing files # this script attempts to exclude uploading itself e...原创 2020-03-26 21:22:44 · 1978 阅读 · 0 评论 -
docker nexus搭建
1、查找镜像 docker search nexus 2、 拉取镜像 docker pull sonatype/nexus3 3、启动容器 docker run -p 8081:8081 --name nexus sonatype/nexus3 默认密码admin/admin123 如果密码不对: find / -name 'admin.password' 4、配置...原创 2020-03-26 21:12:19 · 152 阅读 · 0 评论 -
The goal you specified requires a project to execute but there is no POM in this directory
不要被公司局限自己的技术栈,还得抽时间提升自己!!! 最近在docker上搭建了nexus,实战jar上传下载过程中遇到的问题,记录一下(你也可能遇到的坑),下一篇介绍nexus搭建 1、配置maven settings文件,添加nexus server <servers> <server> <id>releases<...原创 2020-03-25 16:40:32 · 11685 阅读 · 0 评论
分享