You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
877 B
XML
38 lines
877 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<settings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xmlns="http://maven.apache.org/SETTINGS/1.0.0"
|
|
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">
|
|
<!-- localRepository
|
|
| The path to the local repository maven will use to store artifacts.
|
|
|
|
|
| Default: ~/.m2/repository
|
|
<localRepository>/path/to/local/repo</localRepository>
|
|
-->
|
|
|
|
<pluginGroups>
|
|
|
|
</pluginGroups>
|
|
|
|
<proxies>
|
|
|
|
</proxies>
|
|
|
|
<servers>
|
|
|
|
</servers>
|
|
|
|
<mirrors>
|
|
<mirror>
|
|
<id>aliyun-maven</id>
|
|
<mirrorOf>central</mirrorOf>
|
|
<name>aliyun maven</name>
|
|
<url>http://maven.aliyun.com/repository/public</url>
|
|
</mirror>
|
|
</mirrors>
|
|
|
|
<profiles>
|
|
|
|
</profiles>
|
|
|
|
</settings> |