下载和安装
1.下载路径http://dl5.youkuaiyun.com/fd.php?i=713745119824910&s=8c86d08447be7cf206395d44407aebea
2.把其解压到本地
然后到/nexus-2.1.1-bundle/nexus-2.1.1/bin/jsw/linux-x86-64$ 目录下面运行 ./nexus start 启动服务
3.查看日志
到/nexus-2.1.1-bundle/nexus-2.1.1/logs$路径下,tail -f wrapper.sh 去查看日志是否报错
4.运行查看
http://127.0.0.1:8081/nexus/
5.建立远程仓库
http://www.cnblogs.com/dingyingsi/p/3687077.html
Maven: Class ‘org.apache.maven.artifact.repository.ArtifactRepository’ cannot be instantiated
This errors could happen executing the release:perform goal in Maven:
http://en.newinstance.it/2008/06/17/maven-class-orgapachemavenartifactrepositoryartifactrepository-cannot-be-instantiated/
刚开始运行这句mvn clean deploy,报错
$ mvn release:prepare -Dresume=false这句好使