
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 · 1940 阅读 · 0 评论 -
docker nexus搭建
1、查找镜像docker search nexus2、 拉取镜像docker pull sonatype/nexus33、启动容器docker run -p 8081:8081 --name nexus sonatype/nexus3默认密码admin/admin123如果密码不对:find / -name 'admin.password'4、配置...原创 2020-03-26 21:12:19 · 120 阅读 · 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 · 11629 阅读 · 0 评论