Added goal to stop services

git-svn-id: https://hyracks.googlecode.com/svn/branches/hyracks_hadoop_compat_changes@469 123451ca-8445-de46-9d55-352943316053
diff --git a/hyracks-examples/text-example/textapp/pom.xml b/hyracks-examples/text-example/textapp/pom.xml
index b4b81ac..fdf5bc7 100644
--- a/hyracks-examples/text-example/textapp/pom.xml
+++ b/hyracks-examples/text-example/textapp/pom.xml
@@ -96,6 +96,13 @@
               <harFile>${project.build.directory}/textapp-${project.version}-app-assembly.zip</harFile>
             </configuration>
           </execution>
+          <execution>
+            <id>stop-services</id>
+            <phase>post-integration-test</phase>
+            <goals>
+              <goal>stop-services</goal>
+            </goals>
+          </execution>
         </executions>
       </plugin>
       <plugin>
@@ -145,4 +152,4 @@
   		<scope>test</scope>
   	</dependency>
   </dependencies>
-</project>
\ No newline at end of file
+</project>