What is maven?
To install the MAVEN environment:
: https://maven.apache.org/download.cgi
maven3.3+jdk1.7 or later
Download Windows version
Unzip to local to explain the folder
Bin directory: Run script with MVN
Boot directory: A framework containing a classloader
Conf directory: Is the configuration file directory
Lib directory: contains all the class libraries that Maven normally uses
Configuring Environment variables
M2_home: Installation Home directory D:\maven
Path:d:\maven\bin
Check if the installation was successful
M2-version
Maven Common Build Commands
Mvn-v View Version
Compile compiling
Test tests
Package Packaging
Clean Delete target
Install the jar package into the local repository
MAVEN project directory structure
Src/maiin/java contains the project source code; Src/test/java contains test source (Junit); Pom.xml file contains the POM Project Model (Project Object)
Project management tool-maven (Windows installation)