49 行
1.9 KiB
XML
49 行
1.9 KiB
XML
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
<settings xmlns="http://maven.apache.org/SETTINGS/1.2.0"
|
||
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||
|
|
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.2.0
|
||
|
|
https://maven.apache.org/xsd/settings-1.2.0.xsd">
|
||
|
|
<profiles>
|
||
|
|
<profile>
|
||
|
|
<id>xuqm-nexus</id>
|
||
|
|
<repositories>
|
||
|
|
<repository>
|
||
|
|
<id>xuqm-maven-public</id>
|
||
|
|
<url>https://nexus.xuqinmin.com/repository/maven-public/</url>
|
||
|
|
<releases>
|
||
|
|
<enabled>true</enabled>
|
||
|
|
</releases>
|
||
|
|
<snapshots>
|
||
|
|
<enabled>false</enabled>
|
||
|
|
</snapshots>
|
||
|
|
</repository>
|
||
|
|
<repository>
|
||
|
|
<id>xuqm-maven-snapshots</id>
|
||
|
|
<url>https://nexus.xuqinmin.com/repository/maven-snapshots/</url>
|
||
|
|
<releases>
|
||
|
|
<enabled>false</enabled>
|
||
|
|
</releases>
|
||
|
|
<snapshots>
|
||
|
|
<enabled>true</enabled>
|
||
|
|
</snapshots>
|
||
|
|
</repository>
|
||
|
|
</repositories>
|
||
|
|
<pluginRepositories>
|
||
|
|
<pluginRepository>
|
||
|
|
<id>xuqm-maven-public</id>
|
||
|
|
<url>https://nexus.xuqinmin.com/repository/maven-public/</url>
|
||
|
|
<releases>
|
||
|
|
<enabled>true</enabled>
|
||
|
|
</releases>
|
||
|
|
<snapshots>
|
||
|
|
<enabled>false</enabled>
|
||
|
|
</snapshots>
|
||
|
|
</pluginRepository>
|
||
|
|
</pluginRepositories>
|
||
|
|
</profile>
|
||
|
|
</profiles>
|
||
|
|
<activeProfiles>
|
||
|
|
<activeProfile>xuqm-nexus</activeProfile>
|
||
|
|
</activeProfiles>
|
||
|
|
</settings>
|