modified asterix-app/pom.xml to build jar containing test utility classes so that they can be reused for asterix integration tests
diff --git a/asterix-installer/pom.xml b/asterix-installer/pom.xml
index 30d9d44..028c408 100644
--- a/asterix-installer/pom.xml
+++ b/asterix-installer/pom.xml
@@ -158,7 +158,8 @@
<groupId>edu.uci.ics.asterix</groupId>
<artifactId>asterix-app</artifactId>
<version>0.0.5-SNAPSHOT</version>
- <scope>verify</scope>
+ <type>test-jar</type>
+ <scope>test</scope>
</dependency>
<dependency>
<groupId>edu.uci.ics.asterix</groupId>