[BUILD] Add private repo hook

Original commit: elastic/x-pack-elasticsearch@aacbdf79b9
This commit is contained in:
Bill Hwang 2014-11-07 11:21:29 -08:00 committed by Areek Zillur
parent 814fbb8431
commit 728356f5b5
1 changed files with 13 additions and 1 deletions

14
pom.xml
View File

@ -309,4 +309,16 @@
</plugin>
</plugins>
</build>
</project>
<profiles>
<profile>
<id>artifactory-private</id>
<distributionManagement>
<snapshotRepository>
<id>snapshots</id>
<name>artifactory.elasticsearch.org-snapshots</name>
<url>https://artifactory.elasticsearch.org/artifactory/libs-snapshot-local</url>
</snapshotRepository>
</distributionManagement>
</profile>
</profiles>
</project>