Reputation: 49
when I want to create a new maven webApp project using Eclipse i get this
Error :
Could not resolve archetype org.apache.maven.archetypes:maven-archetype-webapp:RELEASE from any of the configured repositories.
here is a part of my 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 you
Here is my configuration :
Upvotes: 3
Views: 881
Reputation: 49
@MadJlzz , using Goals in commande line works perfectly
But, in eclipse still the problem
Upvotes: 2