How to Create a Maven Project in Eclipse

Maven is primarily used for Java-based projects—one of the world’s most widely used programming languages. When we talk about Java, Eclipse is the integrated development environment (IDE) that often comes to mind.

Basics of Eclipse

Eclipse is one of the most popular IDEs for Java and Android application development. It provides an excellent plugin, M2Eclipse, which integrates Maven and Eclipse.

M2Eclipse automatically downloads required dependencies from remote Maven repositories. The outputs of the Maven commands can be seen in Eclipse through its console. Maven dependencies can be updated with the IDE, and Maven builds can be launched within Eclipse. 

Improve Your Earning Potential Further!

DevOps Engineer Masters ProgramExplore Program
Improve Your Earning Potential Further!

Demo - Maven project in Eclipse

The first step is to open Eclipse, which comes with the integrated Maven environment. For this demo, we are using the Oxygen version of eclipse.

After opening Eclipse, choose the workspace you want to use. 

The Eclipse window opens on the screen. Since there aren’t any projects yet, complete the following steps:

  • Go to the File option
  • In the drop-down menu, select New
  • Select the Project option

If you want to create a Java project, you can select the “Java Project” option. Since we are not creating a Java project specifically, we have chosen the “Project” option.

project-option

The dialog box that appears on the screen will display different types of projects. 

  • Select the Maven Project option
  • Click on Next

new_project

A dialog box will appear. Select the default workspace.

  • Click on “Next”

Several Group IDs, Artifact IDs, and Versions will then appear. 

  • Select a plugin there and click on “Next”

new-maven-project

Preparing Your Blockchain Career for 2024

Free Webinar | 5 Dec, Tuesday | 9 PM ISTRegister Now
Preparing Your Blockchain Career for 2024

In the next dialog box that appears, you’ll complete the following steps:

  • Enter the Group ID 

“com.simplilearn”

  • Enter the Artifact ID

“mavenproject”

  • The version will appear on the screen

These items can all be modified at a later time if needed. 

  • Click on “Finish”

maven-project

The project is now created.

  • Open the pom.xml file

You can see all the basic information that you have entered on the screen, such as the Artifact ID, Group ID, etc.

You can see the junit dependencies have been added. 

This process takes place by default in Eclipse. There will also be some by default test cases.

default-test

There you can find AppTest.java to be a default test case.

When you click on that, you can see the test cases written in JUnit on your Eclipse screen.

package-exploler

When it comes to adding more test cases, it will depend on the user, but these test cases and commands can easily be added in the workspace.

If we try to remove certain dependencies from our file, we will receive error messages. To troubleshoot this, complete the following steps:

  • Go to another tab: mavenproject/pom.xml
  • Delete any dependencies
  • Save the file

Immediately, there will be several error messages in the AppTest.java.

Return to the previous screen and undo the deletion. The errors that occurred will disappear.

PRINCE2® Certification Exam Made Easy to Crack

PRINCE2® Foundation & Practitioner CertificationExplore Course
PRINCE2® Certification Exam Made Easy to Crack

The demo shows the relationship between the dependencies and the Eclipse. When a Maven project is selected, all such dependencies are automatically downloaded. If any dependencies are not present, Eclipse will show errors.

Conclusion

Not only did we go over the basics of Maven in this tutorial, but we also covered how to create a basic Maven project in Eclipse. We learned how to create a Maven project from scratch and what steps to keep in mind. We saw the relationship between the dependencies and how a Maven project works in Eclipse.

Learn more about Maven and other DevOps core topics with Simplilearn's Post Graduate Program In DevOps, designed in collaboration with Caltech CTME, and is a professional development option that'll square your skills with industry standards.

Do you have any questions for us? Let us know in the comments section, and our experts will be happy to answer them for you. 

Want to up Your Skills in Software Development?

Automation is the new cornerstone in all aspects of IT today, and people who have expertise in tools like Maven are in high demand. If you’re ready to boost your career in software development, check out our Automation Testing Engineer Master’s program today!

About the Author

Ishan GabaIshan Gaba

Ishan Gaba is a Research Analyst at Simplilearn. He is proficient in Java Programming, Data Structures, and Project Management. Graduated in Information Technology, Ishan is also passionate about writing and traveling.

View More
  • Disclaimer
  • PMP, PMI, PMBOK, CAPM, PgMP, PfMP, ACP, PBA, RMP, SP, and OPM3 are registered marks of the Project Management Institute, Inc.