From f7aa06b03f474ad9dfd9e74f64956c3cfc58df13 Mon Sep 17 00:00:00 2001 From: Gintas Grigelionis Date: Thu, 25 Oct 2018 19:39:50 +0200 Subject: [PATCH] =?UTF-8?q?Missed=20special=20properties=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/etc/poms/ant/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/etc/poms/ant/pom.xml b/src/etc/poms/ant/pom.xml index d2286b17d..a501d6563 100644 --- a/src/etc/poms/ant/pom.xml +++ b/src/etc/poms/ant/pom.xml @@ -229,11 +229,11 @@ build.tests - target/build/testcases + target/${project.artifactId}/testcases build.tests.value - ${project.basedir}/target/build/testcases + ${project.basedir}/target/${project.artifactId}/testcases offline