Personal tools
gvSIG Desktop
gvSIG Desktop

Cached time 11/21/13 16:43:32 Clear cache and reload

 
Document Actions

Use Maven through a proxy

by Gertrude Pieper last modified 2010-08-27 13:59
If you access the Internet through a proxy, you will need to configure Maven to download dependencies through this proxy, following the `Configuring a proxy`__ instructions at the Maven page.

__ http://maven.apache.org/guides/mini/guide-proxies.html

Basically, this consists of including the corresponding configuration in the *.m2/settings.xml* file:: 

    

    
    
       ...

        
            
                true
                http
                proxy.somewhere.com
                8080
                proxyuser
                somepassword
                www.google.com|*.somewhere.com
            
        
    

View source document


Powered by Plone CMS, the Open Source Content Management System

This site conforms to the following standards: