mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-06 04:58:50 +00:00
29f8362bce
Related to elastic/elasticsearch#450 Original commit: elastic/x-pack-elasticsearch@780002a9de
12 lines
488 B
XML
12 lines
488 B
XML
<?xml version="1.0"?>
|
|
<project name="commercial-integration-tests">
|
|
|
|
<import file="${elasticsearch.integ.antfile.default}"/>
|
|
|
|
<target name="start-external-cluster-with-plugin" depends="setup-workspace">
|
|
<install-plugin name="license" file="${integ.deps}/license-${project.version}.zip" />
|
|
<install-plugin name="${project.artifactId}" file="${project.build.directory}/releases/${project.artifactId}-${project.version}.zip"/>
|
|
<startup-elasticsearch/>
|
|
</target>
|
|
</project>
|