commit | 27102eb8fd5bc678be7f6def93ce4893a3420a98 | [log] [tgz] |
---|---|---|
author | vinayakb <vinayakb@123451ca-8445-de46-9d55-352943316053> | Fri May 27 17:57:33 2011 +0000 |
committer | vinayakb <vinayakb@123451ca-8445-de46-9d55-352943316053> | Fri May 27 17:57:33 2011 +0000 |
tree | dcd8656a51d963022b3662d9d332e2ac6d937123 | |
parent | a6f0c775c00c06a21bb4d00cc0c82b4384762b17 [diff] [blame] |
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>