How to add remote archetype catalog in Eclipse - Little Big Extra Skip to main content

How to add remote archetype catalog in Eclipse

Add Maven Remote catalogue in eclipse

Maven remote catalogues are very useful in starting a project quickly and neatly. The project structure including src, test directory are created along with pom dependencies.

Follow below steps to add remote archetype catalogue

  1. Go to Windows -> Preferences -> Maven ->Archetype
  2. Click on Add Remote Catalog
    Remote Maven archetype
  3. Add catalogue file as
    • http://repo1.maven.org/maven2/archetype-catalog.xml
  4. Description as
    • Remote Archetype catalogue
  5. Click on Verify, you should see a message like Found XXX archetype’s

If you are behind a proxy you might need to go to Windows -> Preference-> Network and add the proxy details

Why not use this remote archetype to create your first Spring Boot Project

Follow this Video for more details

Related Posts

Leave a Reply

Your email address will not be published. Required fields are marked *

Bitnami