[maven] fix build issues with artifactId renaming
Related to elastic/elasticsearch#450 Original commit: elastic/x-pack-elasticsearch@780002a9de
This commit is contained in:
parent
5899dc5f46
commit
29f8362bce
|
@ -4,7 +4,7 @@
|
|||
<import file="${elasticsearch.integ.antfile.default}"/>
|
||||
|
||||
<target name="start-external-cluster-with-plugin" depends="setup-workspace">
|
||||
<install-plugin name="elasticsearch-license" file="${integ.deps}/elasticsearch-license-${project.version}.zip" />
|
||||
<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>
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
<target name="start-external-cluster-with-plugin" depends="setup-workspace">
|
||||
<local name="home"/>
|
||||
<property name="home" location="${integ.scratch}/elasticsearch-${elasticsearch.version}"/>
|
||||
<install-plugin name="elasticsearch-license" file="${integ.deps}/elasticsearch-license-${project.version}.zip" />
|
||||
<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"/>
|
||||
<run-script script="${home}/bin/shield/esusers">
|
||||
<nested>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<import file="${elasticsearch.integ.antfile.default}"/>
|
||||
|
||||
<target name="start-external-cluster-with-plugin" depends="setup-workspace">
|
||||
<install-plugin name="elasticsearch-license" file="${integ.deps}/elasticsearch-license-${project.version}.zip" />
|
||||
<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>
|
||||
|
|
Loading…
Reference in New Issue