How to Install Maven Project on Eclipse IDE – Step-by-step

December 18, 2021 | By the+gnu+linux+evangelist.

Setting Up

  1. 2. Generating Folder Structure

    Maven Command to Create an Eclipse Folders Structure
    Access your Project with:

    cd /[path/2]/myJavaMvnProj

    Replace “/[path/2]/myJavaMvnProj” with your current Location in the above Command.
    And then play:

    mvn eclipse:eclipse
  2. 3. Importing Project

    Importing Maven Project into Eclipse.

    Browse for: File >> Import…
    Integrate Maven Project into Eclipse - Import Project
    Select “Existing Projects into Workspace” and then Browse for Location:
    Integrate Maven Project into Eclipse - Import Existing Project into Workspace
    Finally, the Imported Maven Project into Eclipse IDE:
    Integrate Maven Project into Eclipse - Imported Project

Contents


QuickChic Theme • Powered by WordPress