TestingDocs.com
Software Testing website
  • Automation
    • Selenium
    • JBehave Framework
  • Tutorials
    • MySQL Tutorials
    • Testlink
    • Maven
    • Git
  • IDEs
    • IntelliJ IDEA
    • Eclipse
  • Flowcharts
    • Flowgorithm
    • Raptor
  • About

Apache Maven

Create Quickstart Maven Project in Eclipse IDE

Maven

Introduction

In this tutorial, we will create a Quickstart Maven project from the archetype using Eclipse IDE. We can use this approach to create a Maven project with a basic structure to get started with the Maven project.

Project created using Maven archetype would be easier for us to get started with the project. Project skeleton with recommended directory structure would be created automatically for us.

Steps

Launch Eclipse IDE.

File >> New >> Other…

Select Maven >> Maven Project

Click on the Next > button.

Select Project name and location and click on the Next > button.

Quickstart Maven Project Archetype

Select an archetype. Select maven-archetype-quickstart

Maven-Archetype-Quickstart

 

Click on the Next > button.

Enter a Group id for the artifact.

Specify Archetype parameters

Sample Information is as follows:

group id: com.testingdocs.quickstart

Artifact ID: MavenProject

Once you have entered the archetype parameters click on the Finish button.

 

Once you click on the Finish button. Eclipse would create a Maven project with a basic folder structure. Project dependencies would be automatically downloaded from the repositories.

—

Maven Tutorials on this website can be found at:
https://www.testingdocs.com/apache-maven-tutorial/

For more details on the Apache Maven, visit the official website at:
https://maven.apache.org/

Related Posts

Maven Download Verification Win11

Apache Maven /

Download Maven on Windows 11

Invalid Target Java Error

Apache Maven /

Fix Fatal Error compiling: Invalid target release in Maven Project

Maven Project from archetype

Apache Maven /

Create Maven Project from Archetype in NetBeans

Create New Project

Apache Maven /

Create a Maven Project skip archetype

Maven Download Button

Apache Maven /

Install Maven on Ubuntu Linux

‹ Specify Java version in a Maven Project.› Maven Surefire Plugin Jenkins

Recent Posts

  • MS Access Data Types
  • Install RAPTOR Avalonia on CentOS
  • Download RAPTOR Avalonia Edition on Windows
  • npm doctor command
  • Build & Run CLion Project
  • Create New CLion C Project on Windows
  • Configure CLion Toolchains on Windows
  • Launch CLion IDE on Windows
  • Activate CLion IDE
  • CLion IDE for C/C++ Development

Back to Top

Links

  • Contact
  • Privacy Policy
  • Cookie Policy

www.TestingDocs.com

Go to mobile version