<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
相关推荐
面试官E先生8 分钟前
【极兔快递Java社招】一面复盘|数据库+线程池+AQS+中间件面面俱到琢磨先生David12 分钟前
构建优雅对象的艺术:Java 建造者模式的架构解析与工程实践小雅痞27 分钟前
[Java][Leetcode simple]26. 删除有序数组中的重复项青云交35 分钟前
Java 大视界 -- 基于 Java 的大数据分布式存储在工业互联网海量设备数据长期存储中的应用优化(248)纸包鱼最好吃44 分钟前
java基础-package关键字、MVC、import关键字唐山柳林1 小时前
城市生命线综合管控系统解决方案-守护城市生命线安全PgSheep1 小时前
Spring Cloud Gateway 聚合 Swagger 文档:一站式API管理解决方案蒂法就是我2 小时前
详细说说Spring的IOC机制程序员拂雨2 小时前
Java知识框架秋野酱2 小时前
基于javaweb的SpringBoot高校图书馆座位预约系统设计与实现(源码+文档+部署讲解)