I am trying to create a maven project in eclipse. I am trying create a archetype but getting the below error.
Can't resolve Archetype org.glassfish.jersey.archetypes:jersey-quickstart-webapp:2.16
org.eclipse.core.runtime.CoreException: Could not resolve artifact org.glassfish.jersey.archetypes:jersey-quickstart-webapp:pom:2.16
You can solve this issue by adding a new Maven Archetype.
Window > Preferences
Maven > Archetypes
Add Remote Catalog
and add the following:
https://repo.maven.apache.org/maven2/archetype-catalog.xml
maven catalog
Try creating a maven project again. It will work :).
{search filter:jersey-quickstart-webapp}
You will have the latest version.