60 lines
1.8 KiB
XML
60 lines
1.8 KiB
XML
<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/>
|
|
<interactiveMode/>
|
|
<usePluginRegistry/>
|
|
<offline/>
|
|
<pluginGroups/>
|
|
<servers/>
|
|
<mirrors>
|
|
<mirror>
|
|
<id>confluent</id>
|
|
<mirrorOf>confluent</mirrorOf>
|
|
<name>confluent</name>
|
|
<url>http://packages.confluent.io/maven</url>
|
|
</mirror>
|
|
<mirror>
|
|
<id>mapr-public</id>
|
|
<mirrorOf>mapr-releases</mirrorOf>
|
|
<name>mapr-releases</name>
|
|
<url>https://maven.aliyun.com/repository/mapr-public</url>
|
|
</mirror>
|
|
<mirror>
|
|
<id>nexus-aliyun</id>
|
|
<mirrorOf>*,!jeecg,!jeecg-snapshots,!mapr-releases,!icm</mirrorOf>
|
|
<name>Nexus aliyun</name>
|
|
<url>http://maven.aliyun.com/nexus/content/groups/public</url>
|
|
</mirror>
|
|
</mirrors>
|
|
<proxies/>
|
|
<activeProfiles/>
|
|
<profiles>
|
|
<profile>
|
|
<repositories>
|
|
<repository>
|
|
<id>aliyunmaven</id>
|
|
<name>aliyunmaven</name>
|
|
<url>https://maven.aliyun.com/repository/public</url>
|
|
<layout>default</layout>
|
|
<releases>
|
|
<enabled>true</enabled>
|
|
</releases>
|
|
<snapshots>
|
|
<enabled>true</enabled>
|
|
</snapshots>
|
|
</repository>
|
|
<repository>
|
|
<id>MavenCentral</id>
|
|
<url>http://repo1.maven.org/maven2/</url>
|
|
</repository>
|
|
<repository>
|
|
<id>aliyunmavenApache</id>
|
|
<url>https://maven.aliyun.com/repository/apache-snapshots</url>
|
|
</repository>
|
|
</repositories>
|
|
</profile>
|
|
</profiles>
|
|
</settings>
|