We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84e1949 commit b4814e6Copy full SHA for b4814e6
jars/settings.xml
@@ -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