From 53a73b3c5aeb548c6ea1f1e8e27feb2c69d313de Mon Sep 17 00:00:00 2001 From: Aleksei Kornev Date: Wed, 20 Aug 2014 19:42:55 +0400 Subject: [PATCH] Fix test log folder location It used to be in the current directory instead of target/. --- spring-petclinic-it/pom.xml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/spring-petclinic-it/pom.xml b/spring-petclinic-it/pom.xml index 384726580..839093a9d 100644 --- a/spring-petclinic-it/pom.xml +++ b/spring-petclinic-it/pom.xml @@ -267,6 +267,14 @@ + + project.build.directory + ${project.build.directory} + + + project.build.outputDirectory + ${project.build.outputDirectory} + execution.config.file.location ${execution.config.file.location} @@ -343,4 +351,4 @@ - \ No newline at end of file +