skip this target too, to not confuse POM builds
This commit is contained in:
parent
4b33d2e5df
commit
4804bf747b
|
@ -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}"/>
|
||||
|
|
Loading…
Reference in New Issue