<?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="elasticsearch-license" file="${integ.deps}/elasticsearch-license-${project.version}.zip" /> <install-plugin name="${project.artifactId}" file="${project.build.directory}/releases/${project.artifactId}-${project.version}.zip"/> <startup-elasticsearch/> </target> </project>