diff --git pom.xml pom.xml
index 77cfaeb..ee939c2 100644
--- pom.xml
+++ pom.xml
@@ -56,6 +56,7 @@
spark-client
storage-api
testutils
+ itests
packaging
diff --git testutils/ptest2/src/main/resources/source-prep.vm testutils/ptest2/src/main/resources/source-prep.vm
index 9c83a14..157face 100644
--- testutils/ptest2/src/main/resources/source-prep.vm
+++ testutils/ptest2/src/main/resources/source-prep.vm
@@ -91,14 +91,9 @@ cd $workingDir/
for i in $(echo $ADDITIONAL_PROFILES | tr "," "\n")
do
mvn clean install -DskipTests -P$i;
- cd itests
- mvn clean install -DskipTests -P$i;
- cd ..
done
#end
mvn -B clean install -DskipTests -Dmaven.repo.local=$workingDir/maven $mavenArgs $mavenBuildArgs
- cd itests
- mvn -B clean install -DskipTests -Dmaven.repo.local=$workingDir/maven $mavenArgs $mavenBuildArgs
elif [[ "${buildTool}" == "ant" ]]
then
ant $antArgs -Divy.default.ivy.user.dir=$workingDir/ivy \