Thursday, June 22, 2017

Adding org.glassfish.jersey.archetypes in eclipse

You can solve this issue by adding a new Maven Archetype.
  1. Open Window > Preferences
  2. Open Maven > Archetypes
  3. Click Add Remote Catalog and add the following:
    • Catalog File: http://repo1.maven.org/maven2/archetype-catalog.xml
    • Description: maven catalog
  4. Restart eclipse
Try creating a maven project again. It will work :).
{search filter:jersey-quickstart-webapp}

You will have the latest version.

No comments:

Post a Comment