Skip to content

Commit b4814e6

Browse files
committed
增加setting文件
1 parent 84e1949 commit b4814e6

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

jars/settings.xml

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<settings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xmlns="http://maven.apache.org/SETTINGS/1.0.0"
4+
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">
5+
6+
<!--maven仓库jar包存放路径,改成你自己的路径-->
7+
<localRepository>/home/apache-maven-3.6.1/repository</localRepository>
8+
9+
<mirrors>
10+
<mirror>
11+
<id>alimaven</id>
12+
<name>aliyun maven</name>
13+
<url>http://maven.aliyun.com/nexus/content/groups/public/</url>
14+
<mirrorOf>central</mirrorOf>
15+
</mirror>
16+
</mirrors>
17+
18+
</settings>

0 commit comments

Comments
 (0)