pom.xml
parent
864a139dd1
commit
47b122ea4e
28
pom.xml
28
pom.xml
|
@ -11,15 +11,27 @@
|
|||
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>LiheControlRelease</id>
|
||||
<name>Nexus Release Repository</name>
|
||||
<url>https://nexus.lihe-control.com/repository/maven-public/</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>LiheControlSnapshot</id>
|
||||
<name>Nexus Snapshot Repository</name>
|
||||
<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> </distributionManagement>
|
||||
<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>
|
Loading…
Reference in New Issue