sonatype-nexus 私服搭建
搭建#
下載安裝包:
官方地址:https://www.sonatype.com/products/sonatype-nexus-oss-download
這裡我提供安裝包:
這裡以 window10 安裝為例:
nexus-3.66.0-02
sonatype-work
進入 nexus-3.66.0-02 目錄,在地址欄輸入 cmd 命令,並回車,進入終端窗口
在終端窗口輸入以下啟動命令,回車:
nexus.exe /run nexus
開始初始化 maven 私服倉庫
等初始化完成,我們訪問 http://localhost:8081/ 到達登錄頁面,提示你需要登錄
這時需要在你安裝 maven 私服 D:\programTool\nexus-3.66.0-02-win64\sonatype-work\nexus3
目錄下找到 admin.password 文件,打開複製那一串秘鑰,
用戶名默認是 admin ,密碼是剛剛複製的秘鑰,點擊登錄,然後進行設置密碼
具體使用#
接下來的使用教程可以參考這裡:
參考:Nexus 入門學習使用