Skip to content

Commit

Permalink
Wagon: Deploying sitegen to repository
Browse files Browse the repository at this point in the history
  • Loading branch information
FuseSource CI committed May 21, 2013
1 parent 4fc1ef2 commit c5b33ec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions getstarted/index.html
Expand Up @@ -128,6 +128,10 @@ <h3 id = "If_you_use_a_HTTP_proxy">If you use a HTTP proxy</h3>

<pre><code>org.ops4j.pax.url.mvn.proxySupport=true</code></pre>

<p>You may also want <strong>org.ops4j.pax.url.mvn.settings</strong> to point to your Maven settings.xml file. <strong>NOTE</strong> use / in the path, not &#46;</p>

<pre><code>org.ops4j.pax.url.mvn.settings=C:/Program Files/MyStuff/apache-maven-3.0.5/conf/settings.xml</code></pre>

<p>Fuse / Karaf / ServiceMix will then use your <a href="http://maven.apache.org/guides/mini/guide-proxies.html">maven HTTP proxy settings</a> from your <strong>~/.m2/settings.xml</strong> to connect to the maven repositories listed in <strong>etc/org.ops4j.pax.url.mvn.cfg</strong> to download artifacts.</p>

<p>If you're still struggling getting your HTTP proxy to work with Fuse, try jump on the <a href="https://community.jboss.org/en/jbossfuse">Fuse Form and ask for more help</a>.</p>
Expand Down

0 comments on commit c5b33ec

Please sign in to comment.