Skip to content

Commit

Permalink
Fix config file to show full tags
Browse files Browse the repository at this point in the history
  • Loading branch information
lincolnthree committed Aug 15, 2012
1 parent f266ea7 commit 72b4c0f
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions docs/using/configure-proxy.textile
Expand Up @@ -12,13 +12,16 @@ If you are behind a firewall and require the use of an HTTP Proxy, you must conf

2. Add the 'proxy' tag and required information:

bc(prettyprint linenums).. <proxy>
bc(prettyprint linenums).. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<configuration>
<proxy>
<host>proxy-host-name</host>
<port>proxy-port</port>
<!-- The entries below are necessary only if your proxy needs authentication -->
<username>proxy-user-name</username>
<password>proxy-password</password>
</proxy>
</proxy>
</configuration>

p. 3. Set up the proxy information in your Maven settings.xml. For detailed instructions, follow the Maven proxy guide "here":http://maven.apache.org/guides/mini/guide-proxies.html.

Expand All @@ -38,4 +41,4 @@ bc(prettyprint linenums).. <settings>

p. 4. Restart Forge

Once the above steps have been completed, you may use Forge in your corporate environment
Once the above steps have been completed, you may use Forge in your corporate environment

0 comments on commit 72b4c0f

Please sign in to comment.