From abc022db4aa61594400e1a06b80d98b53b76e354 Mon Sep 17 00:00:00 2001 From: aheritier Date: Sat, 20 May 2006 23:25:09 +0000 Subject: [PATCH] Add a warning about the behavior of ant:execute compared to a real ant installation. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@408107 13f79535-47bb-0310-9956-ffa450edef68 --- ant/xdocs/goals.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ant/xdocs/goals.xml b/ant/xdocs/goals.xml index 2e530297..2afaad65 100644 --- a/ant/xdocs/goals.xml +++ b/ant/xdocs/goals.xml @@ -55,7 +55,7 @@ ant:execute since 1.10 - Execute the ant build file located at ${maven.ant.execute.dir}/${maven.ant.execute.script} + Execute the ant build file located at ${maven.ant.execute.dir}/${maven.ant.execute.script}. Be careful, in this case ant uses the classpath given by maven, thus you can have a different behaviour if you use this task instead of the real ant application.