mirror of
https://github.com/didi/KnowStreaming.git
synced 2026-01-03 19:38:20 +08:00
Delete settings
This commit is contained in:
@@ -1,21 +0,0 @@
|
|||||||
<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
|
|
||||||
https://maven.apache.org/xsd/settings-1.0.0.xsd">
|
|
||||||
<localRepository>/usr/share/maven/ref/repository</localRepository>
|
|
||||||
<mirrors>
|
|
||||||
<mirror>
|
|
||||||
<!--This sends everything else to /public -->
|
|
||||||
<id>aliyun-nexus</id>
|
|
||||||
<mirrorOf>*</mirrorOf>
|
|
||||||
<url>http://maven.aliyun.com/nexus/content/groups/public/</url>
|
|
||||||
</mirror>
|
|
||||||
<mirror>
|
|
||||||
<!--This is used to direct the public snapshots repo in the
|
|
||||||
profile below over to a different nexus group -->
|
|
||||||
<id>aliyun-nexus-public-snapshots</id>
|
|
||||||
<mirrorOf>public-snapshots</mirrorOf>
|
|
||||||
<url>http://maven.aliyun.com/nexus/content/repositories/snapshots/</url>
|
|
||||||
</mirror>
|
|
||||||
</mirrors>
|
|
||||||
</settings>
|
|
||||||
Reference in New Issue
Block a user