7.18 尝试部署-4 maven配置阿里云镜像
This commit is contained in:
parent
82a8a7935d
commit
69ae9d74c4
13
.mvn/settings.xml
Normal file
13
.mvn/settings.xml
Normal file
@ -0,0 +1,13 @@
|
||||
<settings xmlns="http://maven.apache.org/SETTINGS/1.1.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.1.0
|
||||
https://maven.apache.org/xsd/settings-1.1.0.xsd">
|
||||
<mirrors>
|
||||
<mirror>
|
||||
<id>aliyun</id>
|
||||
<name>aliyun maven</name>
|
||||
<url>https://maven.aliyun.com/repository/public</url>
|
||||
<mirrorOf>central,apache.snapshots</mirrorOf>
|
||||
</mirror>
|
||||
</mirrors>
|
||||
</settings>
|
Loading…
x
Reference in New Issue
Block a user