赞
踩
地址: juan/maven-dep (gitee.com)
之后就会在你的本地仓库中看到刚打包好的依赖
初始化
git init
添加
git add .
提交到本地
git commit -m "generator"
上传
git push https://gitee.com/dachang-rolling-dog/maven-dep.git master
之后将仓库开源
没必要全部清空 把你打包成maven 依赖的项目的依赖删除即可 确保本次测试没有使用 本地的
导入坐标
<dependency>
<groupId>com.yszhdhy</groupId>
<artifactId>generator</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
之后引入仓库地址
<repositories>
<repository>
<id>generator-repo</id> # 随便设置
<url>https://username:passward@gitee.com/dachang-rolling-dog/maven-dep/raw/master</url>
</repository>
</repositories>
会有点慢,请耐心等待
如果使用没有错误就算成功了
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。