Sunday, July 7, 2019

Import Maven Project in eclipse

While importing a Maven Project
Choose import existing Maven Project in eclipse.

Maven project have pom.xml file.

POM is an acronym for Project Object Model. The pom.xml file contains information of project and configuration information for the maven to build the project such as dependencies, build directory, source directory, test source directory, plugin, goals etc. Maven reads the pom.xml file, then executes the goal.

No comments:

Post a Comment