MAVEN
MAVEN
INTRODUCTION
MAVEN LIFECYCLE
Maven is a powerful project management tool that is
based on POM (Project object model). It is used for project
build, dependency and documentation. It is a tool that is
used for building and managing any Java based project.
STEP 1:
Eg:
If you wanna add Spring framework dependency
to your project:
STEP 2:
STEP 3:
CORE PLUGINS:
CREATING AND MANAGING MULTI
MODULE PROJECTS
We are creating modules of our project inside
our big project.
mysite
-util
-core
-UI