diff --git a/ant/src/plugin-resources/templates/build.jelly b/ant/src/plugin-resources/templates/build.jelly
index f29d613f..0556cdf2 100644
--- a/ant/src/plugin-resources/templates/build.jelly
+++ b/ant/src/plugin-resources/templates/build.jelly
@@ -69,10 +69,10 @@
proxy.host
The proxy host used to download dependencies.
- ${maven.proxy.host}
+
proxy.port
The proxy port.
- ${maven.proxy.port}
+
proxy.username
The username used to connect on proxy. (only if the ant file was generated with a 1.6 compatibility)
- ${maven.proxy.username}
+
diff --git a/ant/xdocs/index.xml b/ant/xdocs/index.xml
index f0db8db7..3c5672ef 100644
--- a/ant/xdocs/index.xml
+++ b/ant/xdocs/index.xml
@@ -40,7 +40,7 @@
proxy.password
The password used to connect on proxy. (only if the ant file was generated with a 1.6 compatibility)
- ${maven.proxy.password}
+
For more information on the ant script generated, please see - the ant script settings document. + the ant script settings document.