windows nexus 搭建
2020-12-17 00:08
标签:content form HERE work end lease you ica system 本地maven setting.xml 文件内容如下: windows nexus 搭建 标签:content form HERE work end lease you ica system 原文地址:https://www.cnblogs.com/gxs-future/p/14120364.htmlxml version="1.0" encoding="UTF-8"?>
settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">
pluginGroups>
pluginGroups>
proxies>
proxies>
servers>
server>
id>publicid>
username>adminusername>
password>admin123password>
server>
server>
id>releasesid>
username>adminusername>
password>admin123password>
server>
server>
id>snapshotsid>
username>adminusername>
password>admin123password>
server>
servers>
mirrors>
mirror>
id>nexusid>
mirrorOf>*mirrorOf>
name>Public Repositoriesname>
url>http://localhost:8081/nexus/content/groups/public/url>
mirror>
mirrors>
profiles>
profile>
id>centralid>
repositories>
repository>
id>centralid>
name>Centralname>
url>http://*url>
releases>enabled>trueenabled>releases>
snapshots>enabled>trueenabled>snapshots>
repository>
repositories>
pluginRepositories>
pluginRepository>
id>centralid>
url>http://localhost:8081/nexus/content/groups/public/url>
releases>enabled>trueenabled>releases>
snapshots>enabled>trueenabled>snapshots>
pluginRepository>
pluginRepositories>
profile>
profiles>
activeProfiles>
activeProfile>centralactiveProfile>
activeProfiles>
settings>