From 13624ffcda1dfa689a8c786984259161a78c72e4 Mon Sep 17 00:00:00 2001 From: simonbrandhof Date: Thu, 27 Jan 2011 12:09:19 +0100 Subject: [PATCH] fix stop server in IT --- tests/integration/tests/pom.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/integration/tests/pom.xml b/tests/integration/tests/pom.xml index cf7e458e3ad..5c8aa42b899 100644 --- a/tests/integration/tests/pom.xml +++ b/tests/integration/tests/pom.xml @@ -29,7 +29,7 @@ ${project.basedir}/target/extensions ${project.basedir}/integration-tests-backup.xml true - ${project.build.directory}/it-workspace + ${project.build.directory}/it-work start-war @@ -51,6 +51,9 @@ stop-war + + ${project.build.directory}/it-work + -- 2.39.5