Ant script looks for dependencies in several remote repositories.
diff --git a/ant/xdocs/properties.xml b/ant/xdocs/properties.xml
index 1c04e0dd..5ad69cb2 100644
--- a/ant/xdocs/properties.xml
+++ b/ant/xdocs/properties.xml
@@ -67,10 +67,31 @@
| maven.ant.use.multirepo |
Defines if you want to generate a script which will download dependencies from all your repositories. If false, the script will only download them from the first one (ibiblio by default). |
- since 1.9 |
+ since 1.10 |
Yes |
true |
+
+ | maven.ant.execute.script |
+ The buildfile to use. Defaults to "build.xml". This file is expected to be a filename relative to the "maven.ant.execute.dir" property given. |
+ since 1.10 |
+ Yes |
+ "build.xml" |
+
+
+ | maven.ant.execute.dir |
+ The directory to use as a basedir for the Ant project. Defaults to the current project's basedir. This will override the basedir setting of the called project. |
+ since 1.10 |
+ Yes |
+ ${basedir} |
+
+
+ | maven.ant.execute.target |
+ The target of the Ant project that should be executed. Defaults to the project's default target. |
+ since 1.9 |
+ Yes |
+ <empty> |
+