Importing maven remote Archetype Catalogs in eclipse ?

By | November 1, 2020

This tutorial will give you easy explanations to import maven remote archetype catalogs in eclipse to give you a head start in configuring the project. 

Step 1: Open the maven preferences in eclipse

Navigate to Windows -> Preferences -> Maven -> Archetypes.

Step 2: Add or remote catalog file

Click on the Add Remote Catalog button. Type the catalog file as “http://repo1.maven.org/maven2/archetype-catalog.xml” and provide a custom description.

Click the OK button.

NOTE: For the first time, it will take a longer time to gather all the archetypes. We can observe the progress at the very bottom right of the IDE. When it’s done, you should be able to see the archetypes

Step 3: Verify remote archetypes

To verify that We can now access all archetypes, create a new maven project.

The select new custom catalog We created.

That’s all about Importing maven remote Archetype Catalogs in eclipse?

You May Also Like:

What is Maven?
How to install and setup Maven Environment on windows?
Create a maven project using the command line
How to import the maven project in Eclipse?
How to Create a New Maven Project in Eclipse
How to create a maven web application project in Eclipse
How to create a multi-module project using maven?
How to Fix missing src/main/java & src/test/java folders in the Eclipse Maven web Project?
How to create user-defined properties in Maven?
What is the maven local repository location & how to change it?
How to add or update the maven settings.xml file in eclipse?
What is POM in the maven Project?
What is Super POM in Maven Project?
Understanding the purpose of Maven Plugin
Compiling the Maven project with different JDK versions? 
Understanding of settings.xml in maven
How to enable a proxy setting in Maven?
Maven Dependency Scopes
How to generate javadoc in the maven Project
How to create a runnable JAR file with Maven?
How to add local jar files to a Maven project?
How to convert an existing Java Project to Maven in Eclipse?
How to exclude dependency in maven?
Managing External Dependencies in maven
Understanding of Maven Repositories
What is an archetype in Maven?
Snapshot Vs Version in maven
Apache Maven – Profiles

If you have any feedback or suggestion please feel free to drop in below comment box.

Leave a Reply

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