Modified pom to start java debug server while running tests

git-svn-id: https://asterixdb.googlecode.com/svn/branches/asterix_stabilization@62 eaa15691-b419-025a-1212-ee371bd00084
diff --git a/asterix-app/pom.xml b/asterix-app/pom.xml
index 19806a1..f712614 100644
--- a/asterix-app/pom.xml
+++ b/asterix-app/pom.xml
@@ -81,7 +81,8 @@
 					-->
 					<forkMode>pertest</forkMode>
 					<argLine>-enableassertions -Xmx${test.heap.size}m -Dfile.encoding=UTF-8
-						-Djava.util.logging.config.file=src/test/resources/logging.properties</argLine>
+						-Djava.util.logging.config.file=src/test/resources/logging.properties
+                        -Xdebug -Xrunjdwp:transport=dt_socket,server=y,address=8000,suspend=n</argLine>
 					<includes>
 						<include>**/*TestSuite.java</include>
 						<include>**/*Test.java</include>