When I am trying to create maven project it is showing below error
Could not resolve archetype org.apache.maven.archetypes:maven-archetype-quickstart:RELEASE from any of the configured repositories.
Please help me with the solution.
When I am trying to create maven project it is showing below error
Could not resolve archetype org.apache.maven.archetypes:maven-archetype-quickstart:RELEASE from any of the configured repositories.
Please help me with the solution.
Please check if you configured your maven in eclipse properly
1. Go to preference-->Maven-->Installation
In this add the path of working maven directory
2. Go to preference-->Maven-->User Setting
In this add the path of your maven_directory/conf/setting.xml
Try with these setting let us know if it works...cheers
If you are using eclipse luna EE version, GO TO Windows -> Preferences -> Maven and uncheck the following option
Do not automatically update dependencies from remote repositories.
This option is checked by default.
You need to add maven archetype catalog to eclipse
Add Remote Catalog and add the following:
Catalog File: http://repo1.maven.org/maven2/archetype-catalog.xml
Description : maven catalog
After adding archetype,restart eclipse.
If you are using Eclipse over Windows 7, then make sure you are running eclipse with enough privileges (Run as administrator). Furthermore, configure the Proxy settings for MAVEN as folks stated in the previous answers, and make sure that Eclipse Proxy settings are set too.
Just check the checkbox coming on first popup while creating Maven module. Checkbox name - "Create a sample project(skip archetype selection)" and go ahead with rest of the procedure, you will not get any errors.