From 56cf6c2c8dea462465b0fed4f9ee63fff69e0084 Mon Sep 17 00:00:00 2001 From: aheritier Date: Mon, 28 Feb 2005 07:04:28 +0000 Subject: [PATCH] Remove default values for proxy settings in generated ant script git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@155674 13f79535-47bb-0310-9956-ffa450edef68 --- ant/src/plugin-resources/templates/build.jelly | 8 ++++---- ant/xdocs/ant-settings.xml | 8 ++++---- ant/xdocs/index.xml | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) 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 @@ - - - - + + + + diff --git a/ant/xdocs/ant-settings.xml b/ant/xdocs/ant-settings.xml index 1613d0fe..8d9ebd52 100644 --- a/ant/xdocs/ant-settings.xml +++ b/ant/xdocs/ant-settings.xml @@ -88,22 +88,22 @@ 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} + proxy.password The password used to connect on proxy. (only if the ant file was generated with a 1.6 compatibility) - ${maven.proxy.password} + 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 @@

For more information on the ant script generated, please see - the ant script settings document. + the ant script settings document.