[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}"/>
|
<import file="${elasticsearch.integ.antfile.default}"/>
|
||||||
|
|
||||||
<target name="start-external-cluster-with-plugin" depends="setup-workspace">
|
<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"/>
|
<install-plugin name="${project.artifactId}" file="${project.build.directory}/releases/${project.artifactId}-${project.version}.zip"/>
|
||||||
<startup-elasticsearch/>
|
<startup-elasticsearch/>
|
||||||
</target>
|
</target>
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
<target name="start-external-cluster-with-plugin" depends="setup-workspace">
|
<target name="start-external-cluster-with-plugin" depends="setup-workspace">
|
||||||
<local name="home"/>
|
<local name="home"/>
|
||||||
<property name="home" location="${integ.scratch}/elasticsearch-${elasticsearch.version}"/>
|
<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"/>
|
<install-plugin name="${project.artifactId}" file="${project.build.directory}/releases/${project.artifactId}-${project.version}.zip"/>
|
||||||
<run-script script="${home}/bin/shield/esusers">
|
<run-script script="${home}/bin/shield/esusers">
|
||||||
<nested>
|
<nested>
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<import file="${elasticsearch.integ.antfile.default}"/>
|
<import file="${elasticsearch.integ.antfile.default}"/>
|
||||||
|
|
||||||
<target name="start-external-cluster-with-plugin" depends="setup-workspace">
|
<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"/>
|
<install-plugin name="${project.artifactId}" file="${project.build.directory}/releases/${project.artifactId}-${project.version}.zip"/>
|
||||||
<startup-elasticsearch/>
|
<startup-elasticsearch/>
|
||||||
</target>
|
</target>
|
||||||
|
|
Loading…
Reference in New Issue