Apache Maven

 

1.1) Before we start deep further, we should figure out, what is Maven ?

  • Answer: Maven is a software project management and comprehension tool. Based on the concept of a Project Object Model (POM), Maven can manage a project’s build, reporting and documentation from a central piece of information.
  • Get the Tools : Maven 3.2.5
  • Setup the Windows Environment Variables.
  •  Unzip the tool maven, put inside your program files path: C:\Program Files (x86) apache-maven-3.2.5 4. For More Instruction , always read the important text file : README.txt 5. Add M2_HOME AND MAVEN_HOME – Add both M2_HOME and MAVEN_HOME variables in the Windows Environment, and Points to your maven folders.

MAVEN_HOME 6. Add the Path for Maven. PATH_MAVEN_HOME 7. Do the verification for the installations Of Maven. open CMD : mvn -version maven_verification

2.) How to  Building Java Projects with Maven.