2 changed files with 0 additions and 20 deletions
@ -1,21 +1 @@ |
|||||
== 设置 IP 地址 |
== 设置 IP 地址 |
||||
|
|
||||
|
|
||||
curl -X POST http://172.16.70.100:8000/service/rest/v1/repositories/maven/proxy -H "Content-Type: application/json" --user "admin:admin" --data @./maven/aliyun-apache-snapshots.json |
|
||||
curl -X POST http://172.16.70.100:8000/service/rest/v1/repositories/maven/proxy -H "Content-Type: application/json" --user "admin:admin" --data @./maven/aliyun-google.json |
|
||||
curl -X POST http://172.16.70.100:8000/service/rest/v1/repositories/maven/proxy -H "Content-Type: application/json" --user "admin:admin" --data @./maven/aliyun-gradle-plugin.json |
|
||||
curl -X POST http://172.16.70.100:8000/service/rest/v1/repositories/maven/proxy -H "Content-Type: application/json" --user "admin:admin" --data @./maven/aliyun-grails-core.json |
|
||||
curl -X POST http://172.16.70.100:8000/service/rest/v1/repositories/maven/proxy -H "Content-Type: application/json" --user "admin:admin" --data @./maven/aliyun-public.json |
|
||||
curl -X POST http://172.16.70.100:8000/service/rest/v1/repositories/maven/proxy -H "Content-Type: application/json" --user "admin:admin" --data @./maven/aliyun-spring.json |
|
||||
curl -X POST http://172.16.70.100:8000/service/rest/v1/repositories/maven/proxy -H "Content-Type: application/json" --user "admin:admin" --data @./maven/aliyun-spring-plugin.json |
|
||||
|
|
||||
# 更新 maven-public |
|
||||
curl -X PUT http://172.16.70.100:8000/service/rest/v1/repositories/maven/group/maven-public -H "Content-Type: application/json" --user "admin:admin" --data @./maven/group-public.json |
|
||||
|
|
||||
# 构建 npm 仓库 |
|
||||
curl -X POST http://172.16.70.100:8000/service/rest/v1/repositories/npm/hosted -H "Content-Type: application/json" --user "admin:admin" --data @./npm/npm-releases.json |
|
||||
curl -X POST http://172.16.70.100:8000/service/rest/v1/repositories/npm/proxy -H "Content-Type: application/json" --user "admin:admin" --data @./npm/npmjs.json |
|
||||
curl -X POST http://172.16.70.100:8000/service/rest/v1/repositories/npm/proxy -H "Content-Type: application/json" --user "admin:admin" --data @./npm/npmmirror.json |
|
||||
curl -X POST http://172.16.70.100:8000/service/rest/v1/repositories/npm/proxy -H "Content-Type: application/json" --user "admin:admin" --data @./npm/taobao.json |
|
||||
|
|
||||
curl -X POST http://172.16.70.100:8000/service/rest/v1/repositories/npm/group -H "Content-Type: application/json" --user "admin:admin" --data @./npm/npm-public.json |
|
Binary file not shown.
Loading…
Reference in new issue