摘要:
1、找到nexus主目录和sonatype-work目录打包,一般在 /usr/local/nexus 和 /usr/local/sonatype-work # tar -czvf nexus.tar.gz ./nexus # tar -czvf sonatyp-work.tar.gz ./sona 阅读全文
摘要:
应用背景 自建的maven私服(或者叫私仓)nexus在使用过程中,因很多服务不断迭代更新上传jar包至nexus中,底层存放在一个叫Blob Stores的存储中,最近发现该存储已增大至好几百G,有必要清理一下,腾出空间。 操作步骤 1.在nexus界面清理对应的旧版本或者想要清理的应用包,如图示 阅读全文