Maven installation (super detailed explanation)

Download address: Maven – Download Apache Maven

In the provided information, the downloaded installation package has been provided. as follows

1. Unzip apache-maven-3.9.4-bin.zip (unzip and install)

  • bin directory: stores executable commands. (Focus on the mvn command)

  • conf directory: stores Maven configuration files. (The settings.xml configuration file needs to be modified later)

  • lib directory: stores jar packages that Maven depends on. (Maven is also developed using Java, so it also depends on other jar packages)

  • </

Guess you like

Origin blog.csdn.net/hanzhuhuaa/article/details/132708244