Go to the MAVEN root directory
cmd command tree
E:.│license.txt│notice.txt│readme.txt│├─bin│m2.conf│mvn│mvn.bat│mvndebug│mvndebug. Bat│mvnyjp│├─boot│plexus-classworlds-2.4. Jar│├─conf│settings.xml│└─lib│aether-api-1.13.1. Jar│aether-connector-wagon-1.13.1. Jar│aether-impl-1.13.1. Jar│aether-spi-1.13.1. Jar│aether-util-1.13.1. Jar│commons-cli-1.2. Jar│maven-aether-provider-3.0.5. Jar│maven-artifact-3.0.5. Jar│maven-compat-3.0.5. Jar│maven-core-3.0.5. Jar│maven-embedder-3.0.5. Jar│maven-model-3.0.5. Jar│maven-model-builder-3.0.5. Jar│maven-plugin-api-3.0.5. Jar│maven-repository-metadata-3.0.5. Jar│maven-settings-3.0.5. Jar│maven-settings-builder-3.0.5. Jar│plexus-cipher-1.7. Jar│plexus-component-annotations-1.5.5. Jar│plexus-interpolation-1.14. Jar│plexus-sec-dispatcher-1.3. Jar│plexus-utils-2.0.6. Jar│sisu-guava-0.9.9. Jar│sisu-guice-3.1.0-No_aop.jar│sisu-inject-bean-2.3.0. Jar│sisu-inject-plexus-2.3.0. Jar│wagon-file-2.4. Jar│wagon-http-2.4-Shaded.jar│wagon-provider-api-2.4. Jar│└─ext README.txt
1. Bin
- Maven2 Start up Batch script
- Windows
- Linux
2. Boot
- Plexus-classworlds
- --a class Loader Framework
- http://plexus.codehaus.org/plexus-classworlds/
3. conf
<!--
| The configuration file for Maven. It can specified at levels:
|
| 1.User Level. This settings.xml file provides the configuration for a single user,
| and is normally provided in${user.home}/.m2/settings.xml.
|
| Note:this location can is overridden with the CLI option:
|
| -s/path/to/user/settings.xml
|
| 2.Global Level. This settings.xml file provides configuration for all Maven
| Users on a machine (assuming they ' re all using the same Maven
| installation). It ' s normally provided in
|${maven.home}/conf/settings.xml.
|
| Note:this location can is overridden with the CLI option:
|
| -gs/path/to/global/settings.xml
|
| The sections in this sample file is intended to give you a running start at
| Getting the most out of your Maven installation. Where appropriate, the default
| VALUES (values used when the setting isn't specified) are provided.
|
|-->
4.lib
3) Maven directory structure