Repository: ant
Updated Branches:
  refs/heads/master 3690ab246 -> f7aa06b03


Missed special properties…

Project: http://git-wip-us.apache.org/repos/asf/ant/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/f7aa06b0
Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/f7aa06b0
Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/f7aa06b0

Branch: refs/heads/master
Commit: f7aa06b03f474ad9dfd9e74f64956c3cfc58df13
Parents: 3690ab2
Author: Gintas Grigelionis <gin...@apache.org>
Authored: Thu Oct 25 19:39:50 2018 +0200
Committer: Gintas Grigelionis <gin...@apache.org>
Committed: Thu Oct 25 19:39:50 2018 +0200

----------------------------------------------------------------------
 src/etc/poms/ant/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant/blob/f7aa06b0/src/etc/poms/ant/pom.xml
----------------------------------------------------------------------
diff --git a/src/etc/poms/ant/pom.xml b/src/etc/poms/ant/pom.xml
index d2286b1..a501d65 100644
--- a/src/etc/poms/ant/pom.xml
+++ b/src/etc/poms/ant/pom.xml
@@ -229,11 +229,11 @@
             </property>
             <property>
               <name>build.tests</name>
-              <value>target/build/testcases</value>
+              <value>target/${project.artifactId}/testcases</value>
             </property>
             <property>
               <name>build.tests.value</name>
-              <value>${project.basedir}/target/build/testcases</value>
+              
<value>${project.basedir}/target/${project.artifactId}/testcases</value>
             </property>
             <property>
               <name>offline</name>

Reply via email to