how to solve proxy using maven (IN Eclipse) -


when want create new maven webapp project using eclipse

error : not resolve archetype org.apache.maven.archetypes:maven-archetype-webapp:release of configured repositories. 

here part of setting.xml :

    <proxy>       <id>optional</id>       <active>true</active>       <protocol>http</protocol>       <username>myusername</username>       <password>mypasseword</password>       <host>proxy.host.net</host>       <port>80</port>       <nonproxyhosts>local.net|some.host.com</nonproxyhosts>     </proxy>   </proxies> 

thank here configuration : enter image description here enter image description here

@madjlzz , using goals in commande line works but, in eclipse still problem enter image description here


Comments

Popular posts from this blog

account - Script error login visual studio DefaultLogin_PCore.js -

xcode - CocoaPod Storyboard error: -