<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">
<localRepository>/Users/caiyi/.m2/mija</localRepository>
<mirrors>
<mirror>
<id>nexus</id>
<mirrorOf>*</mirrorOf>
<url>file:///Users/caiyi/.m2/mija</url>
<layout>default</layout>
</mirror>
</mirrors>
<profiles>
<profile>
<id>local</id>
<repositories>
<repository>
<id>local-repo</id>
<url>file:///Users/caiyi/.m2/mija</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>local-repo</id>
<url>file:///Users/caiyi/.m2/mija</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>
</profile>
</profiles>
<activeProfiles>
<activeProfile>local</activeProfile>
</activeProfiles>
</settings>
本地settings配置(下载jar包不走中央服务器,走本地)
才艺のblog2024-08-30 4:10
相关推荐
茶本无香15 分钟前
RequestContextFilter介绍iナナ29 分钟前
初识JVMm0_5704664139 分钟前
代码随想录算法训练营第二十八天 | 买卖股票的最佳实际、跳跃游戏、K次取反后最大化的数组和ST.J1 小时前
swing笔记菩提树下的凡夫2 小时前
瑞芯微RV1126目标识别算法Yolov8的部署应用爱隐身的官人2 小时前
新后端漏洞(上)- Java RMI Registry反序列化漏洞叫我阿柒啊2 小时前
从Java全栈到前端框架:一次真实的面试对话与技术解析晚安里2 小时前
Spring 框架(IoC、AOP、Spring Boot) 的必会知识点汇总爱隐身的官人2 小时前
新后端漏洞(上)- Aapache Tomcat AJP 文件包含漏洞(CVE-2020-1938)@CLoudbays_Martin112 小时前
为什么动态视频业务内容不可以被CDN静态缓存?