37 lines
1.3 KiB
XML
37 lines
1.3 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>org.example</groupId>
|
|
<artifactId>test-builder</artifactId>
|
|
<version>1.0-SNAPSHOT</version>
|
|
|
|
|
|
<repositories>
|
|
<repository>
|
|
<id>LiheControlPublic</id>
|
|
<layout>default</layout>
|
|
<url>https://nexus.lihe-control.com/repository/maven-public/</url>
|
|
<releases>
|
|
<enabled>true</enabled>
|
|
</releases>
|
|
<snapshots>
|
|
<enabled>true</enabled>
|
|
<updatePolicy>always</updatePolicy>
|
|
<checksumPolicy>fail</checksumPolicy>
|
|
</snapshots>
|
|
</repository>
|
|
</repositories>
|
|
<distributionManagement>
|
|
<repository>
|
|
<id>LiheControlRelease</id>
|
|
<url>https://nexus.lihe-control.com/repository/releases/</url>
|
|
</repository>
|
|
<snapshotRepository>
|
|
<id>LinuxcryptSnapshots</id>
|
|
<url>https://nexus.lihe-control.com/repository/snapshots/</url>
|
|
</snapshotRepository>
|
|
</distributionManagement>
|
|
</project> |