<?xml 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>nexus-releases</id>
<username>admin</username>
<password>admin123</password>
</server>
</servers>
<mirrors>
<mirror>
<id>nexus</id>
<mirrorOf>*</mirrorOf>
<url>http://192.168.1.13:8080/nexus/content/groups/public</url>
</mirror>
<!--
<mirror>
<id>alibabatech</id>
<mirrorOf>*</mirrorOf>
<url>http://code.alibabatech.com/mvn/releases/</url>
</mirror>
-->
</mirrors>
<profiles>
<profile>
<id>nexus</id>
<repositories>
<repository>
<id>nexus</id>
<name>local private nexus</name>
<url>http://192.168.1.13:8080/nexus/content/groups/public</url>
</repository>
</repositories>
</profile>
<profile>
<id>nexus-snapshots</id>
<repositories>
<repository>
<id>nexus-snapshots</id>
<name>local private nexus snapshots</name>
<url>http://192.168.1.13:8080/nexus/content/groups/public</url>
<releases>
<enabled>true</enabled>
</releases>
</repository>
</repositories>
</profile>
</profiles>
<activeProfiles>
<activeProfile>nexus</activeProfile>
<activeProfile>nexus-snapshots</activeProfile>
</activeProfiles>
</settings>
分享到:
相关推荐
史上最全的maven setting配置,包括私服nexus,maven.aliyun.com,repo.maven.apache.org
Maven Setting配置文件,多资源库配置,包括本地和远端配置样例
用于maven setting.xml文件丢失,eclipse集成maven插件.m2下无setting.xml文件需要配置的情况
maven setting配置文件
maven setting.xml 配置文件,maven依赖包资源阿里代理配置
配置好的阿里云仓库地址的maven setting
maven setting文件,maven安装目录、本地目录各一份·············
Maven的setting.xml下载
eclipse 集成maven 的配置文件 settings.xml ,配置了常用中央库镜像地址。只需配置本地仓库地址即可用。并对配置文件节点有中文说明
Maven setting.xml配置
Maven setting.xml配置文件详解 Maven setting.xml配置文件是Maven的核心配置文件之一,它存在于两个地方:安装的地方:${M2_HOME}/conf/settings.xml和用户的目录:${user.home}/.m2/settings.xml。前者是全局配置...
ali maven setting.xml 配置文件,
改为使用国内的阿里镜像
maven的setting配置私有仓库 包含:阿里云的配置+本地私有的配置多个仓库
maven中setting阿里云的详细镜像配置,setting的配置细节 maven中setting阿里云的详细镜像配置,setting的配置细节
Maven setting.xml配置文件(配置阿里云加速)
配置Maven私服时,需要修改Maven的默认配置文件,此文件已经配置好Maven私服模板,只需要修改IP和对应的端口号即可
maven的setting配置文件详解。。。。