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
This commit is contained in:
parent
f67c598682
commit
abc022db4a
@ -55,7 +55,7 @@
|
||||
<tr>
|
||||
<td>ant:execute</td>
|
||||
<td>since 1.10</td>
|
||||
<td>Execute the <a href="http://ant.apache.org/">ant</a> build file located at <code>${maven.ant.execute.dir}/${maven.ant.execute.script}</code></td>
|
||||
<td>Execute the <a href="http://ant.apache.org/">ant</a> build file located at <code>${maven.ant.execute.dir}/${maven.ant.execute.script}</code>. <b>Be careful</b>, 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.</td>
|
||||
</tr>
|
||||
</table>
|
||||
</section>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user