<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>简单之美 &#187; Tag &#187; Nexus</title>
	<atom:link href="http://shiyanjun.cn/archives/tag/nexus/feed" rel="self" type="application/rss+xml" />
	<link>http://shiyanjun.cn</link>
	<description>简单之美，难得简单，享受简单的唯美。</description>
	<lastBuildDate>Wed, 04 Mar 2026 07:04:53 +0000</lastBuildDate>
	<language>zh-CN</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9.2</generator>
	<item>
		<title>Nexus Repository OSS 3安装配置使用</title>
		<link>http://shiyanjun.cn/archives/1768.html</link>
		<comments>http://shiyanjun.cn/archives/1768.html#comments</comments>
		<pubDate>Thu, 04 Jan 2018 03:22:28 +0000</pubDate>
		<dc:creator><![CDATA[Yanjun]]></dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[开源技术]]></category>
		<category><![CDATA[Maven]]></category>
		<category><![CDATA[Nexus]]></category>

		<guid isPermaLink="false">http://shiyanjun.cn/?p=1768</guid>
		<description><![CDATA[<p>Nexus Repository OSS 3是一个开源的仓库管理系统，提供了更加丰富的功能，而且安装、配置、使用起来也更加简单方便。OSS 3版本主要支持的仓库（Repository）包括如下：

bower
docker
maven
npm
nuget
pypi
raw
rubygems
yum

其中，对于上述每种类型的Nexus仓库，都分别具有如下主要3种类型：
hosted：本地仓库，可以将我们内部使用的一些Maven项目，发布到该类型仓库，供内部开发人员使用。
proxy：代理仓库，用来代理远程公共仓库，比如Maven中央仓库。
group：仓库组，用来合并多个类型（hosted/proxy）的仓库。
这里，我们主要以支持Java编程的Maven项目依赖管理和构建进行实践，Nexus版本为nexus-3.7.0-04。
安装配置
下载Nexus Repository Manager软件包：
解压缩后可以看到，生成nexus-3.7.0-04和sonatype-work两个目录:
是这两个目录在同一个目录下，例如我这里是在nexus目录下面。
可以在etc/nexus-default.properties配置文件中，修改对应的配置项，满足实际需要，这里我直接使用默认的，其它可以使用的配置可以参考官网说明。
如果使用自定义的JDK，可</p>]]></description>
	<p>Nexus Repository OSS 3是一个开源的仓库管理系统，提供了更加丰富的功能，而且安装、配置、使用起来也更加简单方便。OSS 3版本主要支持的仓库（Repository）包括如下：

bower
docker
maven
npm
nuget
pypi
raw
rubygems
yum

其中，对于上述每种类型的Nexus仓库，都分别具有如下主要3种类型：
hosted：本地仓库，可以将我们内部使用的一些Maven项目，发布到该类型仓库，供内部开发人员使用。
proxy：代理仓库，用来代理远程公共仓库，比如Maven中央仓库。
group：仓库组，用来合并多个类型（hosted/proxy）的仓库。
这里，我们主要以支持Java编程的Maven项目依赖管理和构建进行实践，Nexus版本为nexus-3.7.0-04。
安装配置
下载Nexus Repository Manager软件包：

wget https://sonatype-download.global.ssl.fastly.net/nexus/3/nexus-3.7.0-04-unix.tar.gz
tar xvzf nexus-3.7.0-04-unix.tar.gz

解压缩后可以看到，生成nexus-3.7.0-04和sonatype-work两个目录:

[root@ali-bj01-tst-cluster-004 nexus]# ls
nexus-3.7.0-04  sonatype-work

是这两个目录</p>			<content:encoded><![CDATA[<p>Nexus Repository OSS 3是一个开源的仓库管理系统，提供了更加丰富的功能，而且安装、配置、使用起来也更加简单方便。OSS 3版本主要支持的仓库（Repository）包括如下：

bower
docker
maven
npm
nuget
pypi
raw
rubygems
yum

其中，对于上述每种类型的Nexus仓库，都分别具有如下主要3种类型：
hosted：本地仓库，可以将我们内部使用的一些Maven项目，发布到该类型仓库，供内部开发人员使用。
proxy：代理仓库，用来代理远程公共仓库，比如Maven中央仓库。
group：仓库组，用来合并多个类型（hosted/proxy）的仓库。
这里，我们主要以支持Java编程的Maven项目依赖管理和构建进行实践，Nexus版本为nexus-3.7.0-04。
安装配置
下载Nexus Repository Manager软件包：
解压缩后可以看到，生成nexus-3.7.0-04和sonatype-work两个目录:
是这两个目录在同一个目录下，例如我这里是在nexus目录下面。
可以在etc/nexus-default.properties配置文件中，修改对应的配置项，满足实际需要，这里我直接使用默认的，其它可以使用的配置可以参考官网说明。
如果使用自定义的JDK，可</p>]]></content:encoded>
			<wfw:commentRss>http://shiyanjun.cn/archives/1768.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
