deps: 添加工件发布信息
This commit is contained in:
parent
b2c3eae094
commit
e121652f62
26
pom.xml
26
pom.xml
@ -158,4 +158,30 @@
|
|||||||
|
|
||||||
</build>
|
</build>
|
||||||
|
|
||||||
|
<developers>
|
||||||
|
|
||||||
|
<developer>
|
||||||
|
<name>xueye</name>
|
||||||
|
<url>https://www.simaek.com</url>
|
||||||
|
<email>master@simaek.com</email>
|
||||||
|
</developer>
|
||||||
|
|
||||||
|
</developers>
|
||||||
|
|
||||||
|
<distributionManagement>
|
||||||
|
|
||||||
|
<repository>
|
||||||
|
<id>nexus-simaek-release</id>
|
||||||
|
<name>Simaek Nexus Repository Release</name>
|
||||||
|
<url>http://nas.xueye.io:8081/repository/maven-releases/</url>
|
||||||
|
</repository>
|
||||||
|
|
||||||
|
<snapshotRepository>
|
||||||
|
<id>nexus-simaek-snapshot</id>
|
||||||
|
<name>Simaek Nexus Repository Snapshot</name>
|
||||||
|
<url>http://nas.xueye.io:8081/repository/maven-snapshot/</url>
|
||||||
|
</snapshotRepository>
|
||||||
|
|
||||||
|
</distributionManagement>
|
||||||
|
|
||||||
</project>
|
</project>
|
Loading…
Reference in New Issue
Block a user