added distribution management
This commit is contained in:
parent
f9204bf4f7
commit
a9b62408ba
1 changed files with 13 additions and 0 deletions
13
pom.xml
13
pom.xml
|
|
@ -44,4 +44,17 @@
|
|||
</plugins>
|
||||
</build>
|
||||
|
||||
<distributionManagement>
|
||||
<repository>
|
||||
<id>micord</id>
|
||||
<name>micord releases</name>
|
||||
<url>https://repo.micord.ru/repository/libs-releases-local</url>
|
||||
</repository>
|
||||
<snapshotRepository>
|
||||
<id>snapshots</id>
|
||||
<name>micord snapshots</name>
|
||||
<url>https://repo.micord.ru/repository/libs-snapshots-local</url>
|
||||
</snapshotRepository>
|
||||
</distributionManagement>
|
||||
|
||||
</project>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue