add deploy-public profile
Original commit: elastic/x-pack-elasticsearch@6ff92a1472
This commit is contained in:
parent
8ef2df3f1b
commit
c21cc3494e
10
pom.xml
10
pom.xml
|
@ -258,6 +258,16 @@
|
|||
</snapshotRepository>
|
||||
</distributionManagement>
|
||||
</profile>
|
||||
<profile>
|
||||
<id>deploy-public</id>
|
||||
<distributionManagement>
|
||||
<repository>
|
||||
<id>elasticsearch-public-releases</id>
|
||||
<name>Elasticsearch Public Releases</name>
|
||||
<url>http://maven.elasticsearch.org/artifactory/public-releases</url>
|
||||
</repository>
|
||||
</distributionManagement>
|
||||
</profile>
|
||||
<profile>
|
||||
<id>default</id>
|
||||
<activation>
|
||||
|
|
Loading…
Reference in New Issue