From 4685de311d7bd25a1abef7efa9a27e9c85d88d4b Mon Sep 17 00:00:00 2001 From: Gaurav Agarwal Date: Thu, 11 Jul 2019 10:50:16 +0530 Subject: [PATCH] Updating the configuration. --- code-samples/00-configuration.md | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/code-samples/00-configuration.md b/code-samples/00-configuration.md index 29440bc..b801f5a 100644 --- a/code-samples/00-configuration.md +++ b/code-samples/00-configuration.md @@ -13,19 +13,33 @@ Edit the xml, remove `http://` inside ``: ... http:// - - ... + ``` ### Step 2 +Add another proxy for secured connections within `` + +```xml + + optional + true + https + 10.19.16.165 + 8080 + + +``` + +### Step 3 + ```bash mkdir -p ~/.m2/ cp /usr/share/maven/conf/settings.xml ~/.m2/ ``` -### Step 3 +### Step 4 ```bash rm -rf ~/.m2/repository