Maven Build Tool
Maven Build Tool
MEVEN:
Maven is a build tool commonly used in Spring Boot
and other Java projects. It helps simplify the
development process by managing dependencies and
automating tasks like compiling code, running tests, and
packaging the application.
First maven Read the pom file which were in the Pom.xml
Check all the Dependencies which were required for the
Software build.
The root Folder contain all the dependencies,if something is
missing download remotely.
Compile the Source code and Deploy as Jar or War files.
MAVEN LIFE-CYCLE
When we build a Maven project, it executes a set of clearly defined
tasks based on the project pom.xml configuration .
SITE:
clean
validate
compile
test
package
verify
install
site
deploy
ABOUT MORE :
https://www.tutorialspoint.com/maven/maven_build_life_cy
cle.htm