Browse Source

skip this target too, to not confuse POM builds

Robert Muir 10 years ago
parent
commit
4804bf747b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dev-tools/src/main/resources/ant/integration-tests.xml

+ 1 - 1
dev-tools/src/main/resources/ant/integration-tests.xml

@@ -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}"/>