
https://www.sonatype.com/download-oss-sonatype
https://help.sonatype.com/repomanager3/download
https://help.sonatype.com/repomanager3/download/download-archives---repository-manager-3
Repository Manager 3
https://help.sonatype.com/repomanager3
sonatype/nexus3
https://hub.docker.com/r/sonatype/nexus3
s onatype/docker-nexus3
https://github.com/sonatype/docker-nexus
SSL and Repository Connector Configuration
https://help.sonatype.com/repomanager3/formats/docker-registry/ssl-and-repository-connector-configuration
https://help.sonatype.com/repomanager3/system-configuration/configuring-ssl#ConfiguringSSL-InboundSSL-ConfiguringtoServeContentviaHTTPS
【Docker Registry】用docker registry 镜像搭建私有测试仓库
https://www.jianshu.com/p/ec411265e5ee
【docker registry + nginx】用nginx 反向代理docker 私有 registry
https://www.jianshu.com/p/143255035496
【registry】CentOS7.x上 registry server的安装使用
https://www.jianshu.com/p/69be934daa50
【nexus】用nexus3.5搭建docker私有仓库
https://www.jianshu.com/p/7a7db54a538f
【nexus】用nexus3.x 官方镜像搭建docker私有镜像仓库
https://www.jianshu.com/p/86e573f18df3
【nexus】Nexus 3.x的三种docker仓库
https://www.jianshu.com/p/ff8bd2505480
【nexus】根据nexus官方安装包构建 ARM nexus镜像
https://blog.csdn.net/michaelwoshi/article/details/105800224
CentOS7.x上用harbor安装docker镜像仓库
https://www.jianshu.com/p/1e40b58089ac
nexus7adb工具包怎么安装第一步,你要下载Linux版Android SDK的安装或文件包,然后你需要从Android SDK Manager内下载Platform ToolsPackage
请从Google官方获取Android
SDK安装或文件包,通常情况,你下载的文件名为android-sdk_rxx-linux.tgz的形式,rxx代表版本,比如,r16版,即android-sdk_r16-linux.tgz,r24版,即android-sdk_r24-linux.tgz
请放置Android SDK安装或文件包在你的用户主目录
在你的Ubuntu电脑上打开终端窗口
解压Android SDK文件:
cd ~
tar -zxvf android-sdk_r16-linux.tgz
在~/android-sdk-linux/tools字目录,有一个叫做android的可执行文件,尽管名字是android,但它实际上是Android
SDK Manager
参考战斗名族大神的文章https://habr.com/ru/post/416665/
注:我这里用的是zsh,配置使用 .zshrc
Nexus安装
使用 ./nexus start 启动,如果看到如下界面,证明我们配置成功了
我们现在想增加我们自己的私有仓库,如下图 *** 作就可以
点击 Create repository 选择 maven2 (hosted) 托管模式
到这里我们的私有maven库就配置完成了!!!
我们使用两种方式配置(1:maven方式 ,2:maven-publish方式)
首先我们创建一个测试项目,并创建一个libaray
在我们项目的根目录的 build.gradle 中配置刚刚建立的仓库
然后在gradle.properties文件中配置我们的gradle(此处配置信息放在local.properties文件中更好,因为该文件是本地文件,不上传至gitlab上)
再次配置我们libraray下 build.gradle 文件
接下来 Sync Now 一下,如果没出错的话证明我们的配置是成功的,接下来我们按照下图点击上传即可
然后回到Nexus界面,如出现下图中的配置,证明我们上传成功了,如下图:
我们单独配置一个名称为 publisher.gradle 文件,如下:
在我们使用的地方引入就可以
我们使用命令上传或图形化上传
1:命令
2:图形化
参考:
https://blog.csdn.net/KingBoyWorld/article/details/78917855
https://www.jianshu.com/p/6954613c13ef
欢迎分享,转载请注明来源:内存溢出
微信扫一扫
支付宝扫一扫
评论列表(0条)