[BUILD] Add private repo hook
Original commit: elastic/x-pack-elasticsearch@aacbdf79b9
This commit is contained in:
parent
814fbb8431
commit
728356f5b5
14
pom.xml
14
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue