From 56cf6c2c8dea462465b0fed4f9ee63fff69e0084 Mon Sep 17 00:00:00 2001
From: aheritier
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.