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.