diff options
author | Victor Morales <victor.morales@intel.com> | 2017-08-09 10:50:44 -0500 |
---|---|---|
committer | Victor Morales <victor.morales@intel.com> | 2017-08-09 10:50:44 -0500 |
commit | 2016306c87307d461d2e9a3fdd49a18270af278c (patch) | |
tree | b744ffa3693077b22dcc415ae02bfde179abac49 /bootstrap/vagrant-onap/lib/files | |
parent | c50eedec11116eacd49e41b15b58cd5615861c24 (diff) |
Fix non-proxy maven configuration
There is an error caused when OParent is used as an option without a
proxy configuration. This commit changes the way to print those tags.
Change-Id: I5300241b2d933832425edcd5a2544ec3f5ce6ff0
Signed-off-by: Victor Morales <victor.morales@intel.com>
Diffstat (limited to 'bootstrap/vagrant-onap/lib/files')
-rw-r--r-- | bootstrap/vagrant-onap/lib/files/settings.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap/vagrant-onap/lib/files/settings.xml b/bootstrap/vagrant-onap/lib/files/settings.xml index a3b972446..862a3e865 100644 --- a/bootstrap/vagrant-onap/lib/files/settings.xml +++ b/bootstrap/vagrant-onap/lib/files/settings.xml @@ -9,10 +9,10 @@ to connect to the network. | Unless otherwise specified (by system property or command-line switch), the first proxy | specification in this list marked as active will be used. | --> -%PROXIES_START%<proxies> +%PROXIES_START% %PROXIES% %HTTP_PROXY% %PROXIES% %HTTPS_PROXY% -%PROXIES_END%</proxies> +%PROXIES_END% <!-- mirrors | This is a list of mirrors to be used in downloading artifacts from remote repositories. | | It works like this: a POM may declare a repository to use in resolving certain artifacts. | However, this repository may have |