Maven 私服的搭建

2021-08-29 19:32:09 字數 529 閱讀 5406

環境 ubuntu 8.10 ,tomcat 6.0.18

選用apache的archiva

tomcate 就不用說了

主要配置

tomcat的lib目錄裡面。

啟動tomcat讓war生成乙個archiva的目錄,然後建立context.xml檔案,命令如下:

我直接用vim編輯器

sudo vi /archiva/meta_inf/context.xml**如下

//資料存放目錄

//建議先建立好

這樣context.xml檔案就配置好了。

然後再修改一下tomcat/bin目錄中catalina.sh檔案,加上

這樣一段。

最後重啟tomcat,就可以訪問archiva。

初始要建個admin使用者,使用者管理人員。

主要的配置也就是repositories欄 -- managed repositories 加源和指定jar檔案存放目錄。

maven搭建私服nexus

1 先安裝nexus服務,path to bin jsw windows x86 64 此資料夾由你的作業系統確定 install,start 依次執行.bat檔案 2 瀏覽器位址列中,輸入 http localhost 8081 nexus nexus預設埠8081,你可以在path to con...

linux搭建maven私服

all platforms nexus repository manager oss 2.x bundle.tar.gz安裝包 解壓 cd usr local mkdir nexus tar xzvf nexus 2.11.2 03 bundle.tar.gz c nexus cd nexus ls...

Linux下搭建maven私服nexus3 x

url url 1 進入啟動目錄,啟動 cd nexus 2.6.0 05 bin color red b nexus start b color warning not recommended to run as root if you insist running as root,then se...