[轉]CentOS 下搭建maven倉庫

來源:互聯網
上載者:User

標籤:style   blog   http   io   ar   color   os   使用   sp   

摘要 linux下使用nexus搭建maven倉庫原文:http://my.oschina.net/u/255289/blog/307143

1:下載maven和nexus,並解壓。

wget http://apache.fayea.com/apache-mirror/maven/maven-3/3.1.1/binaries/apache-maven-3.1.1-bin.tar.gz
wget http://download.sonatype.com/nexus/oss/nexus-2.9.0-04-bundle.tar.gz
tar xzf apache-maven-3.1.1-bin.tar.gz tar xzf nexus-2.9.0-04-bundle.tar.gz 

 

2:配置環境變數,編輯/etc/profile檔案,添加如下代碼。

 

MAVEN_HOME=/usr/local/apache-maven-3.0.3 

export MAVEN_HOME
export PATH=${PATH}:${MAVEN_HOME}/bin

3:驗證maven安裝配置是否成功,首先載入環境變數的配置。執行maven命令查看版本資訊。如果查看成功,那麼maven的安裝已經成功,剩下來只需要搭建maven倉庫了。

source /etc/profile                                                                                                                                                                                       mvn -v

4:啟動nexus。

12 cd /usr/local/nexus-2.9.0-04/bin./nexus start

    如果此次提示如下資訊,可以修改nexus內容:

    ****************************************
    WARNING – NOT RECOMMENDED TO RUN AS ROOT
    ****************************************
    If you insist running as root, then set the environment variable RUN_AS_USER=root before running this     script.

vim nexus 

    找到RUN_AS_USER=這一行,修改為:RUN_AS_USER=root,再次啟動之後,查看日誌資訊。

tail -100f ../logs/wrapper.log 

    如果報出錯誤為:Unsupported major.minor version 51.0    說明jdk版本過低,需要使用 JDK1.7。

    我懶得再安裝JDK1.7了,所以重新下載了nexus-2.5.0版本。接著重複上面的啟動步驟。

    當日誌末尾處看到:Started [email protected]:8081,說明已經啟動成功。

    開啟瀏覽器輸入:http://172.245.220.209:8081/nexus/。預設的使用者名稱/密碼:admin/admin123

[轉]CentOS 下搭建maven倉庫

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.