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