Added upload configuration
This commit is contained in:
parent
61347989b5
commit
f5a01c8c3e
13
pom.xml
13
pom.xml
@ -45,4 +45,17 @@
|
|||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
|
||||||
|
<distributionManagement>
|
||||||
|
<snapshotRepository>
|
||||||
|
<id>i.snapshots</id>
|
||||||
|
<name>Artifactory Snapshots</name>
|
||||||
|
<url>http://yoke/artifactory/libs-snapshots-local</url>
|
||||||
|
</snapshotRepository>
|
||||||
|
<repository>
|
||||||
|
<id>i.releases</id>
|
||||||
|
<name>Atrifactory Releases</name>
|
||||||
|
<url>http://yoke/artifactory/libs-releases-local</url>
|
||||||
|
</repository>
|
||||||
|
</distributionManagement>
|
||||||
</project>
|
</project>
|
Loading…
x
Reference in New Issue
Block a user