diff --git a/pom.xml b/pom.xml
index a4d850f..9b66972 100644
--- a/pom.xml
+++ b/pom.xml
@@ -60,10 +60,18 @@
org.apache.maven.pluginsmaven-antrun-plugin3.1.0
+ testData-unzip
generate-test-resources
run
+
+ distZip-unzip-before-e2e-testpre-integration-testrun
+
+
+
+
+
@@ -204,6 +212,26 @@
+
+
+
+ testCrunch-distverifyexec
+
+ ${skipE2E}
+ sh
+
+ ${project.build.directory}/dist-zip/${project.build.finalName}-dist/crunch
+ --json=entries
+ --rowNumbers
+ --logLevel=INFO
+ -in src/test/data/eapBuilds.csv
+ -out ${project.build.directory}/results/distZipCrunchResult.csv
+ -sql 'SELECT jobName, buildNumber, config, ar, arFile, deployDur, warmupDur, scale,
+ CAST(warmupDur AS DOUBLE) / CAST(deployDur AS DOUBLE) AS warmupSlower
+ FROM eapBuilds ORDER BY deployDur'
+
+
+