54 lines
1.7 KiB
XML
54 lines
1.7 KiB
XML
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
||
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||
|
|
<modelVersion>4.0.0</modelVersion>
|
||
|
|
|
||
|
|
<groupId>com.yanxiao</groupId>
|
||
|
|
<artifactId>yx-test</artifactId>
|
||
|
|
<packaging>pom</packaging>
|
||
|
|
<version>1.0-SNAPSHOT</version>
|
||
|
|
<modules>
|
||
|
|
<module>busi</module>
|
||
|
|
</modules>
|
||
|
|
|
||
|
|
|
||
|
|
<repositories>
|
||
|
|
<repository>
|
||
|
|
<id>alimaven</id>
|
||
|
|
<name>aliyun maven</name>
|
||
|
|
<url>http://maven.aliyun.com/nexus/content/groups/public/</url>
|
||
|
|
<snapshots>
|
||
|
|
<enabled>true</enabled>
|
||
|
|
</snapshots>
|
||
|
|
<releases>
|
||
|
|
<enabled>true</enabled>
|
||
|
|
</releases>
|
||
|
|
</repository>
|
||
|
|
<repository>
|
||
|
|
<id>yxwlkj</id>
|
||
|
|
<name>yxwlkj</name>
|
||
|
|
<url>http://110.42.189.169:9020/repository/maven-public/</url>
|
||
|
|
<snapshots>
|
||
|
|
<enabled>true</enabled>
|
||
|
|
</snapshots>
|
||
|
|
<releases>
|
||
|
|
<enabled>true</enabled>
|
||
|
|
</releases>
|
||
|
|
</repository>
|
||
|
|
</repositories>
|
||
|
|
|
||
|
|
<distributionManagement>
|
||
|
|
<repository>
|
||
|
|
<id>yx-releases</id>
|
||
|
|
<name>Nexus Release Repository</name>
|
||
|
|
<url>http://110.42.189.169:9020/repository/maven-releases/</url>
|
||
|
|
</repository>
|
||
|
|
<snapshotRepository>
|
||
|
|
<id>yx-snapshots</id>
|
||
|
|
<name>Nexus Snapshot Repository</name>
|
||
|
|
<url>http://110.42.189.169:9020/repository/maven-snapshots/</url>
|
||
|
|
</snapshotRepository>
|
||
|
|
</distributionManagement>
|
||
|
|
</project>
|