Things to do after installing M2E (Maven integration) on Eclipse
- Open Window > Preferences
- Open Maven > Archetypes
- Click 'Add Remote Catalog' and add the following:
- Catalog File: http://repo1.maven.org/maven2/archetype-catalog.xml
- Description: Maven Catalog
This is to add numerous archetypes in Maven's catalog so you would be able to create a project based on any of these archetypes.
Comments
Post a Comment