skip this target too, to not confuse POM builds

This commit is contained in:
Robert Muir 2015-07-15 00:30:26 -04:00
parent 4b33d2e5df
commit 4804bf747b
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@
</macrodef>
<!-- unzip the elasticsearch zip -->
<target name="setup-workspace" depends="stop-external-cluster">
<target name="setup-workspace" depends="stop-external-cluster" unless="${shouldskip}">
<sequential>
<delete dir="${integ.scratch}"/>
<unzip src="${integ.deps}/elasticsearch-${elasticsearch.version}.zip" dest="${integ.scratch}"/>