yogjun / myblog

0 stars 0 forks source link

maven和nexus安装 #30

Closed yogjun closed 2 years ago

yogjun commented 4 years ago

一、maven安装 wget http://mirror.bit.edu.cn/apache/maven/maven-3/3.6.3/binaries/apache-maven-3.6.3-bin.tar.gz tar zvxf apache-maven-3.6.3-bin.tar.gz

alimaven aliyun maven http://maven.aliyun.com/nexus/content/groups/public/ central 编辑/etc/profile export MAVEN_HOME=/usr/local/tools/apache-maven-3.6.3 export PATH=$MAVEN_HOME/bin:$PATH 二、安装nexus私有库 cd /usr/local && mkdir nexus && cd nexus wget http://sonatype-download.global.ssl.fastly.net/nexus/3/nexus-3.6.0-02-unix.tar.gz https://www.cnblogs.com/jstarseven/p/11276051.html