nexus 离线更新索引
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了nexus 离线更新索引相关的知识,希望对你有一定的参考价值。
1、到http://repo.maven.apache.org/maven2/.index/页面下载下面这两个文件:
nexus-maven-repository-index.gz
nexus-maven-repository-index.properties
2、到http://search.maven.org,搜索g:"org.apache.maven.indexer" AND a:"indexer-cli"下载特定解压文
nexus-maven-repository-index.gz
3、把这几个文件放在同一个文件路径下面,从cmd进入到这个路径里,输入命令:
$ java -jar indexer-cli-5.1.1.jar -u nexus-maven-repository-index.gz -d indexer
4、执行完之后,把indexer文件夹下的所有内容都复制到%nexus-home%\sonatype-work\nexus\indexer\central-ctx下面。
重新启动nexus,进入管理界面,选择central->Browse Index,就看到更新的索引了。
注意:nexus是需要重新启动的,我是在做上面的所有步骤之前,先停掉nexus,等上面四个步骤完成之后,再启动nexus的。
以上是关于nexus 离线更新索引的主要内容,如果未能解决你的问题,请参考以下文章