上传到私库
This commit is contained in:
parent
f01bd03b6f
commit
a73c28c165
@ -16,6 +16,20 @@
|
||||
<maven.compiler.target>1.8</maven.compiler.target>
|
||||
<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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user