上传到私库
This commit is contained in:
parent
f01bd03b6f
commit
a73c28c165
@ -17,6 +17,20 @@
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
</properties>
|
||||
|
||||
|
||||
<distributionManagement>
|
||||
<snapshotRepository>
|
||||
<id>nexus-own</id>
|
||||
<name>repo-snapshot</name>
|
||||
<url>${SnapshotRepository}</url>
|
||||
</snapshotRepository>
|
||||
<repository>
|
||||
<id>nexus-own</id>
|
||||
<name>repo-release</name>
|
||||
<url>${ReleaseRepository}</url>
|
||||
</repository>
|
||||
</distributionManagement>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>net.java.dev.jna</groupId>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user